platform/lib/angel_route.dart
2018-08-20 15:34:00 -04:00

5 lines
124 B
Dart

library angel_route;
export 'src/middleware_pipeline.dart';
export 'src/router.dart';
export 'src/routing_exception.dart';