Update routes.dart

This commit is contained in:
Tobe O 2017-05-27 05:33:19 -04:00 committed by GitHub
parent fd8454db87
commit 65b9bc359b

View file

@ -57,7 +57,7 @@ configureAfter(Angel app) async {
configureServer(Angel app) async { configureServer(Angel app) async {
await configureBefore(app); await configureBefore(app);
await configureRoutes(app);
await app.configure(controllers.configureServer); await app.configure(controllers.configureServer);
await configureRoutes(app);
await configureAfter(app); await configureAfter(app);
} }