1
0
Fork 0

testing constutuent shutdown correctness

This commit is contained in:
Kaveh Vahedipour 2016-09-08 17:47:52 +02:00
parent 3135fcb5dd
commit 64da7d0fc7
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ RestHandler::status RestAgencyPrivHandler::execute() {
return reportBadQuery(); // bad query
}
} else if (_request->suffix()[0] == "activate") { // notify
if (_request->requestType() != GeneralRequest::RequestType::POST) {
if (_request->requestType() != rest::RequestType::POST) {
return reportMethodNotAllowed();
}