removed useless package and added middleware logger

This commit is contained in:
plane000
2018-08-27 18:00:31 +01:00
parent 1ac8ea9b96
commit e80a1c1b6e
5 changed files with 17 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ let auth;
let session;
export class BaseDatabase {
static get Connection() {return connection}
static get Connection() {return connection;}
static async init() {
Logger.info('Connecting to SQLite Database');