From 0ff300c40f346d0fefd30ba277af0ee8640dccbc Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Sat, 9 Mar 2019 09:05:51 -0800
Subject: [PATCH] export ApplyConfig

---
 actix-service/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actix-service/src/lib.rs b/actix-service/src/lib.rs
index c0d61908..4e46da7b 100644
--- a/actix-service/src/lib.rs
+++ b/actix-service/src/lib.rs
@@ -27,7 +27,7 @@ pub use self::and_then::{AndThen, AndThenNewService};
 use self::and_then_apply::AndThenTransform;
 use self::and_then_apply_fn::{AndThenApply, AndThenApplyNewService};
 pub use self::apply::{Apply, ApplyNewService};
-use self::apply_cfg::ApplyConfig;
+pub use self::apply_cfg::ApplyConfig;
 pub use self::fn_service::{fn_cfg_factory, fn_factory, fn_service, FnService};
 pub use self::fn_transform::FnTransform;
 pub use self::from_err::{FromErr, FromErrNewService};