platform/packages/route/lib/angel3_route.dart
thomashii@dukefirehawk.com 7c37497860 Publish angel3_route
2021-05-14 15:02:50 +08:00

5 lines
125 B
Dart

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