Update angel.dart
This commit is contained in:
parent
6fb1d83b67
commit
77c728dd7d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue