mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into foxx-pathes
This commit is contained in:
commit
576d812ac5
|
@ -65,6 +65,7 @@ var Controller,
|
|||
Controller = function (context, options) {
|
||||
'use strict';
|
||||
var urlPrefix, baseMiddleware;
|
||||
context.clearComments();
|
||||
|
||||
if (is.notExisty(context)) {
|
||||
throw new Error("parameter <context> is missing");
|
||||
|
|
Loading…
Reference in New Issue