mirror of https://gitee.com/bigwinds/arangodb
testing constutuent shutdown correctness
This commit is contained in:
parent
3135fcb5dd
commit
64da7d0fc7
|
@ -131,7 +131,7 @@ RestHandler::status RestAgencyPrivHandler::execute() {
|
||||||
return reportBadQuery(); // bad query
|
return reportBadQuery(); // bad query
|
||||||
}
|
}
|
||||||
} else if (_request->suffix()[0] == "activate") { // notify
|
} else if (_request->suffix()[0] == "activate") { // notify
|
||||||
if (_request->requestType() != GeneralRequest::RequestType::POST) {
|
if (_request->requestType() != rest::RequestType::POST) {
|
||||||
return reportMethodNotAllowed();
|
return reportMethodNotAllowed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue