mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
This commit is contained in:
commit
a0ea938feb
|
@ -182,9 +182,6 @@ function parseBodyForCreateCollection (req, res) {
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
function post_api_collection (req, res) {
|
function post_api_collection (req, res) {
|
||||||
|
|
||||||
require("internal").print(req);
|
|
||||||
|
|
||||||
var r = parseBodyForCreateCollection(req, res);
|
var r = parseBodyForCreateCollection(req, res);
|
||||||
|
|
||||||
if (r.bodyIsEmpty) {
|
if (r.bodyIsEmpty) {
|
||||||
|
|
Loading…
Reference in New Issue