6 lines
192 B
Dart
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!
|
|
}
|