mirror of https://github.com/fafhrd91/actix-web
Update actix-web/src/app.rs
Co-authored-by: Ibraheem Ahmed <ibrah1440@gmail.com>
This commit is contained in:
parent
45fa3a54c6
commit
4cc20bc27f
|
@ -21,7 +21,7 @@ use crate::{
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// The top-level builder for an Actix Web web application.
|
/// The top-level builder for an Actix Web application.
|
||||||
pub struct App<T> {
|
pub struct App<T> {
|
||||||
endpoint: T,
|
endpoint: T,
|
||||||
services: Vec<Box<dyn AppServiceFactory>>,
|
services: Vec<Box<dyn AppServiceFactory>>,
|
||||||
|
|
Loading…
Reference in New Issue