mirror of https://gitee.com/bigwinds/arangodb
Renamed Foxx.app -> Foxx.requireApp.
This commit is contained in:
parent
41a82d9726
commit
251f237184
|
@ -37,7 +37,7 @@ var Controller = require("org/arangodb/foxx/controller").Controller,
|
|||
exports.Controller = Controller;
|
||||
exports.Model = Model;
|
||||
exports.Repository = Repository;
|
||||
exports.app = function(path) {
|
||||
exports.requireApp = function(path) {
|
||||
return manager.mountedApp(arangodb.normalizeURL('/' + path));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue