refactors LoggerController with LogsRouter

This commit is contained in:
Florent Vilmart
2016-02-20 13:02:22 -05:00
parent 305879a251
commit fbb5e448e6
6 changed files with 242 additions and 81 deletions

View File

@@ -27,6 +27,7 @@ export class Config {
this.database = DatabaseAdapter.getDatabaseConnection(applicationId);
this.filesController = cacheInfo.filesController;
this.pushController = cacheInfo.pushController;
this.loggerController = cacheInfo.loggerController;
this.oauth = cacheInfo.oauth;
this.mount = mount;