mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
remove references to StaticFiles (#3400)
This commit is contained in:
parent
188206a903
commit
fa74ab3dfb
2 changed files with 0 additions and 2 deletions
|
@ -234,7 +234,6 @@ where
|
|||
///
|
||||
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
||||
/// * *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
|
||||
where
|
||||
F: HttpServiceFactory + 'static,
|
||||
|
|
|
@ -213,7 +213,6 @@ where
|
|||
///
|
||||
/// * *Resource* is an entry in resource table which corresponds to requested URL.
|
||||
/// * *Scope* is a set of resources with common root path.
|
||||
/// * "StaticFiles" is a service for static files support
|
||||
///
|
||||
/// ```
|
||||
/// use actix_web::{web, App, HttpRequest};
|
||||
|
|
Loading…
Reference in a new issue