mirror of
https://github.com/actix/actix-web.git
synced 2025-04-16 14:54:15 +00:00
fix guide page
This commit is contained in:
parent
007b7ce62f
commit
6e3f598c50
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ To override *NOT FOUND* resource use `Application::default_resource()` method.
|
|||
This method accepts *configuration function* same as normal resource registration
|
||||
with `Application::resource()` method.
|
||||
|
||||
``rust
|
||||
```rust
|
||||
# extern crate actix_web;
|
||||
# extern crate http;
|
||||
use actix_web::*;
|
||||
|
|
Loading…
Reference in a new issue