From e618dd046bce27fdef05d0b9fb9dbf736abb6d34 Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Sun, 1 Sep 2019 21:28:33 +0200 Subject: [PATCH] logs alias --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index f96e9c1..9ea0c9c 100644 --- a/app.js +++ b/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();