Modified controllers to use API middleware in new directory, node 11.1.0 broke EVERYHTING so i have to resolve

This commit is contained in:
Ben
2018-11-06 16:34:02 +00:00
parent 562a2f80be
commit 1a12b690e4
10 changed files with 71 additions and 623 deletions

View File

@@ -1,5 +1,5 @@
import {ControllerHandler} from './controllerHandler';
import {API} from '../models/api/api';
import {API} from './api/api';
import {Notes} from '../models/notes/notes';
export class NoteController extends ControllerHandler {