platform/lib/src/routes/controllers/controllers.dart
2017-10-19 17:53:33 -04:00

8 lines
229 B
Dart

library angel.src.routes.controllers;
import 'dart:async';
import 'package:angel_framework/angel_framework.dart';
Future configureServer(Angel app) async {
/// Controllers will not function unless wired to the application!
}