1
0
Fork 0

Renamed Foxx.app -> Foxx.requireApp.

This commit is contained in:
Alan Plum 2014-06-12 15:14:09 +02:00
parent 41a82d9726
commit 251f237184
1 changed files with 1 additions and 1 deletions

View File

@ -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));
};