1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-21 22:48:07 +00:00

export server mod

This commit is contained in:
Nikolay Kim 2018-09-07 23:27:00 -07:00
parent 4e186cc6d2
commit 5f016bd53c

View file

@ -63,7 +63,7 @@ pub use tower_service::{NewService, Service};
pub(crate) mod accept;
pub mod configurable;
pub mod connector;
mod server;
pub mod server;
mod server_service;
pub mod service;
pub mod ssl;