Update angel.dart

This commit is contained in:
Tobe O 2017-04-11 14:18:52 -04:00 committed by GitHub
parent 6fb1d83b67
commit 77c728dd7d

View file

@ -6,7 +6,6 @@ import 'package:angel_common/angel_common.dart';
import 'src/config/config.dart' as configuration;
import 'src/routes/routes.dart' as routes;
import 'src/services/services.dart' as services;
export 'src/services/services.dart';
/// Creates and configures the server instance.
Future<Angel> createServer() async {
@ -17,4 +16,4 @@ Future<Angel> createServer() async {
await app.configure(routes.configureServer);
return app;
}
}