Update services.dart

This commit is contained in:
Tobe O 2017-02-01 16:44:38 -05:00 committed by GitHub
parent 099d94a4ed
commit 3436c6a589

View file

@ -8,7 +8,6 @@ import 'user.dart' as User;
configureServer(Angel app) async {
Db db = app.container.make(Db);
await db.open();
await app.configure(User.configureServer(db));
}