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

@@ -2,6 +2,6 @@ export const Controllers = {};
Controllers.UserController = require('./userController').UserController;
Controllers.LoginController = require('./loginController').LoginController;
Controllers.PermaLinkController = require('./permaLinkController').PermaLinkController;
Controllers.PermaNoteController = require('./permaNoteController').PermaNoteController;
Controllers.NoteController = require('./noteController').NoteController;
Controllers.GroupController = require('./groupController').GroupController;