logs alias
This commit is contained in:
parent
199d070792
commit
e618dd046b
2
app.js
2
app.js
@ -37,5 +37,7 @@ global['modules'].database = load('database'); // database service
|
||||
global['modules'].web = load('web'); // web server
|
||||
global['modules'].auth = load('auth'); // authentication handler
|
||||
|
||||
global['logs'] = global['modules'].logs; // alias
|
||||
|
||||
// start web server
|
||||
global['modules'].web.start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user