Update services.dart
This commit is contained in:
parent
75b18c2e6e
commit
d6e74efe0e
1 changed files with 0 additions and 1 deletions
|
@ -8,6 +8,5 @@ import 'user.dart' as user;
|
||||||
|
|
||||||
configureServer(Angel app) async {
|
configureServer(Angel app) async {
|
||||||
Db db = app.container.make(Db);
|
Db db = app.container.make(Db);
|
||||||
|
|
||||||
await app.configure(user.configureServer(db));
|
await app.configure(user.configureServer(db));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue