1
0
Fork 0

logs alias

This commit is contained in:
Ruben Meyer 2019-09-01 21:28:33 +02:00
parent 199d070792
commit e618dd046b
1 changed files with 2 additions and 0 deletions

2
app.js
View File

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