mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +00:00
fix doc test
This commit is contained in:
parent
ce40ab307b
commit
f9f2ed04ab
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ where
|
|||
/// # use actix_web::*;
|
||||
/// # fn main() {
|
||||
/// App::new()
|
||||
/// .filter(pred::Hoat("www.rust-lang.org"))
|
||||
/// .filter(pred::Host("www.rust-lang.org"))
|
||||
/// .resource("/path", |r| r.f(|_| HttpResponse::Ok()))
|
||||
/// # .finish();
|
||||
/// # }
|
||||
|
|
Loading…
Reference in a new issue