mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
Fixes typo.
This commit is contained in:
parent
8ab3e35851
commit
ebc6a44650
@ -80,7 +80,7 @@ This limitation can easily be overcome with the [App::boxed](https://docs.rs/act
|
|||||||
|
|
||||||
## Using an Application Scope to Compose Applications
|
## Using an Application Scope to Compose Applications
|
||||||
|
|
||||||
The `web::wcope()` method allows to set a specific application prefix.
|
The `web::scope()` method allows to set a specific application prefix.
|
||||||
This scope represents a resource prefix that will be prepended to all resource patterns added
|
This scope represents a resource prefix that will be prepended to all resource patterns added
|
||||||
by the resource configuration. This can be used to help mount a set of routes at a different
|
by the resource configuration. This can be used to help mount a set of routes at a different
|
||||||
location than the included callable's author intended while still maintaining the same
|
location than the included callable's author intended while still maintaining the same
|
||||||
|
Loading…
Reference in New Issue
Block a user