diff --git a/src/App.ts b/src/App.ts index aff252d..f71cd99 100644 --- a/src/App.ts +++ b/src/App.ts @@ -137,12 +137,12 @@ export default class App extends Application { this.use(new BackendController()); this.use(new MailboxBackendController()); this.use(new AuthController()); + this.use(new MailAutoConfigController()); // Needs to override MailController // Core functionality this.use(new MailController()); // Other functionnality - this.use(new MailAutoConfigController()); // Semi-static routes this.use(new HomeController());