mirror of
https://github.com/actix/actix-web.git
synced 2025-02-01 20:02:20 +00:00
export server mod
This commit is contained in:
parent
4e186cc6d2
commit
5f016bd53c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pub use tower_service::{NewService, Service};
|
||||||
pub(crate) mod accept;
|
pub(crate) mod accept;
|
||||||
pub mod configurable;
|
pub mod configurable;
|
||||||
pub mod connector;
|
pub mod connector;
|
||||||
mod server;
|
pub mod server;
|
||||||
mod server_service;
|
mod server_service;
|
||||||
pub mod service;
|
pub mod service;
|
||||||
pub mod ssl;
|
pub mod ssl;
|
||||||
|
|
Loading…
Reference in a new issue