import 'dart:async';
import 'package:angel3_framework/angel3_framework.dart';

Future configureServer(Angel app) async {
  /// Controllers will not function unless wired to the application!
}