Update config.dart
This commit is contained in:
parent
6034bf6256
commit
7c368a9cee
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ import 'plugins/plugins.dart' as plugins;
|
||||||
|
|
||||||
/// This is a perfect place to include configuration and load plug-ins.
|
/// This is a perfect place to include configuration and load plug-ins.
|
||||||
configureServer(Angel app) async {
|
configureServer(Angel app) async {
|
||||||
|
|
||||||
await app.configure(loadConfigurationFile());
|
await app.configure(loadConfigurationFile());
|
||||||
var db = new Db(app.mongo_db);
|
var db = new Db(app.mongo_db);
|
||||||
await db.open();
|
await db.open();
|
||||||
|
|
Loading…
Reference in a new issue