mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
parent
d8deed0475
commit
7ae132cb68
@ -5,8 +5,8 @@
|
|||||||
routes defined with trailing slashes will become inaccessible when
|
routes defined with trailing slashes will become inaccessible when
|
||||||
using `NormalizePath::default()`.
|
using `NormalizePath::default()`.
|
||||||
|
|
||||||
Before: `#[get("/test/")`
|
Before: `#[get("/test/")]`
|
||||||
After: `#[get("/test")`
|
After: `#[get("/test")]`
|
||||||
|
|
||||||
Alternatively, explicitly require trailing slashes: `NormalizePath::new(TrailingSlash::Always)`.
|
Alternatively, explicitly require trailing slashes: `NormalizePath::new(TrailingSlash::Always)`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user