From 7077cf90891a0d34cbf6ca9919441263229fb43d Mon Sep 17 00:00:00 2001 From: thosakwe Date: Sat, 17 Sep 2016 12:13:52 -0400 Subject: [PATCH] Base --- lib/src/http/http.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/http/http.dart b/lib/src/http/http.dart index 80028e27..92eb2c4c 100644 --- a/lib/src/http/http.dart +++ b/lib/src/http/http.dart @@ -3,6 +3,8 @@ library angel_framework.http; export 'angel_base.dart'; export 'angel_http_exception.dart'; +export 'base_middleware.dart'; +export 'base_plugin.dart'; export 'controller.dart'; export 'hooked_service.dart'; export 'metadata.dart';