mirror of https://gitee.com/bigwinds/arangodb
fixed wrong path in error message
This commit is contained in:
parent
9ac2e4235e
commit
2849b4555f
|
@ -106,7 +106,7 @@ bool RestEdgeHandler::createDocument () {
|
|||
if (suffix.size() != 0) {
|
||||
generateError(HttpResponse::BAD,
|
||||
TRI_ERROR_HTTP_SUPERFLUOUS_SUFFICES,
|
||||
"superfluous suffix, expecting " + DOCUMENT_PATH + "?collection=<identifier>");
|
||||
"superfluous suffix, expecting " + EDGE_PATH + "?collection=<identifier>");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue