Commit bc8ddc7c authored by Tristan Cavelier's avatar Tristan Cavelier

gidstorage put, fix error message bug.

parent 3a82e65b
......@@ -320,7 +320,7 @@
"status": 409,
"statusText": "Conflict",
"error": "conflict",
"message": "Cannot post document",
"message": "Cannot " + method + " document",
"reason": "Document already exist"
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment