1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-21 15:46:48 +00:00

export configurable mod

This commit is contained in:
Nikolay Kim 2018-08-28 22:28:13 -07:00
parent cb1ea341c3
commit 6f607e79db

View file

@ -52,7 +52,7 @@ use actix::Message;
pub use tower_service::{NewService, Service};
pub(crate) mod accept;
mod configurable;
pub mod configurable;
mod connector;
mod server;
mod server_service;