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!
}