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/config/config.dart' as configuration;
|
||||||
import 'src/routes/routes.dart' as routes;
|
import 'src/routes/routes.dart' as routes;
|
||||||
import 'src/services/services.dart' as services;
|
import 'src/services/services.dart' as services;
|
||||||
export 'src/services/services.dart';
|
|
||||||
|
|
||||||
/// Creates and configures the server instance.
|
/// Creates and configures the server instance.
|
||||||
Future<Angel> createServer() async {
|
Future<Angel> createServer() async {
|
||||||
|
|
Loading…
Reference in a new issue