protevus/lib/src/routes/controllers/controllers.dart
2021-07-17 12:52:48 +08:00

6 lines
192 B
Dart

import 'dart:async';
import 'package:angel3_framework/angel3_framework.dart';
Future configureServer(Angel app) async {
/// Controllers will not function unless wired to the application!
}