mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
fix guide page
This commit is contained in:
parent
007b7ce62f
commit
6e3f598c50
@ -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 New Issue
Block a user