Update services.dart
This commit is contained in:
parent
b7828e1d9f
commit
7d4d77f993
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import 'package:mongo_dart/mongo_dart.dart';
|
||||||
import 'user.dart' as User;
|
import 'user.dart' as User;
|
||||||
|
|
||||||
configureServer(Angel app) async {
|
configureServer(Angel app) async {
|
||||||
Db db = new Db(app.properties['mongo_db']);
|
Db db = new Db(app.mongo_db);
|
||||||
await db.open();
|
await db.open();
|
||||||
|
|
||||||
await app.configure(User.configureServer(db));
|
await app.configure(User.configureServer(db));
|
||||||
|
|
Loading…
Reference in a new issue