Fixed database abstraction naming and changed a lot of lets to consts and /unauth/permanote is broken

This commit is contained in:
Ben
2018-11-07 15:13:57 +00:00
parent 7ab179208e
commit 7aead446de
22 changed files with 112 additions and 126 deletions

View File

@@ -6,7 +6,7 @@ import {Config} from './config/config';
let app;
let server;
let router
let router;
export class Server {
static get App() {return app}