mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
remove references to StaticFiles (#3400)
This commit is contained in:
parent
188206a903
commit
fa74ab3dfb
@ -234,7 +234,6 @@ where
|
|||||||
///
|
///
|
||||||
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
||||||
/// * *Scope* is a set of resources with common root path.
|
/// * *Scope* is a set of resources with common root path.
|
||||||
/// * "StaticFiles" is a service for static files support
|
|
||||||
pub fn service<F>(mut self, factory: F) -> Self
|
pub fn service<F>(mut self, factory: F) -> Self
|
||||||
where
|
where
|
||||||
F: HttpServiceFactory + 'static,
|
F: HttpServiceFactory + 'static,
|
||||||
|
@ -213,7 +213,6 @@ where
|
|||||||
///
|
///
|
||||||
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
||||||
/// * *Scope* is a set of resources with common root path.
|
/// * *Scope* is a set of resources with common root path.
|
||||||
/// * "StaticFiles" is a service for static files support
|
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use actix_web::{web, App, HttpRequest};
|
/// use actix_web::{web, App, HttpRequest};
|
||||||
|
Loading…
Reference in New Issue
Block a user