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:
parent
cb1ea341c3
commit
6f607e79db
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue