Resolved errors bug and fixed the permanote controller - also working toward renaming all instances of PermaLink to permanote

This commit is contained in:
Ben
2018-11-08 14:39:08 +00:00
parent 7aead446de
commit 08a5fe4fa8
11 changed files with 28 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ import {Config} from './config/config';
import {Database} from './models/database/database';
import {Server} from './server';
import {Router} from './controllers/routes/router';
import {MiddleWare} from './controllers/middleware';
import {MiddleWare} from './controllers/middleware/middleware';
init();
async function init() {