From 7c368a9cee41bee4bfee96a643e4f01c30918e0e Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 24 Feb 2017 19:50:44 -0500 Subject: [PATCH] Update config.dart --- lib/src/config/config.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/config/config.dart b/lib/src/config/config.dart index 35c4939..e2b4e29 100644 --- a/lib/src/config/config.dart +++ b/lib/src/config/config.dart @@ -9,7 +9,6 @@ import 'plugins/plugins.dart' as plugins; /// This is a perfect place to include configuration and load plug-ins. configureServer(Angel app) async { - await app.configure(loadConfigurationFile()); var db = new Db(app.mongo_db); await db.open();