Refactors PushController and FilesController to support multiple apps

This commit is contained in:
Florent Vilmart
2016-02-18 23:19:21 -05:00
parent 8aaf8f2ff2
commit 067946c66c
4 changed files with 37 additions and 14 deletions

View File

@@ -24,8 +24,9 @@ function Config(applicationId, mount) {
this.database = DatabaseAdapter.getDatabaseConnection(applicationId);
this.filesController = cacheInfo.filesController;
this.pushController = cacheInfo.pushController;
this.oauth = cacheInfo.oauth;
this.mount = mount;
}