Skip to content

Commit

Permalink
Fixed simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Oct 31, 2023
1 parent 15daa2e commit 8a4d13a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/dartness_simple/lib/src/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import 'package:dartness_server/modules.dart';
import 'package:dartness_server/server.dart';
import 'package:example/src/services/city_service.dart';

import 'controllers/city_controller.dart';
import 'controllers/health_controller.dart';
import 'controllers/user_controller.dart';
import 'error_handlers/example_error_handler.dart';
import 'modules/city_module.dart';
import 'modules/user_module.dart';
Expand Down

0 comments on commit 8a4d13a

Please sign in to comment.