Update routes.dart
This commit is contained in:
parent
fd8454db87
commit
65b9bc359b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ configureAfter(Angel app) async {
|
|||
|
||||
configureServer(Angel app) async {
|
||||
await configureBefore(app);
|
||||
await configureRoutes(app);
|
||||
await app.configure(controllers.configureServer);
|
||||
await configureRoutes(app);
|
||||
await configureAfter(app);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue