Update services.dart
This commit is contained in:
parent
099d94a4ed
commit
3436c6a589
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ 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 db.open();
|
|
||||||
|
|
||||||
await app.configure(User.configureServer(db));
|
await app.configure(User.configureServer(db));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue