mirror of https://github.com/gofiber/fiber.git
Typo
parent
7beca6a961
commit
3915cd607d
2
app.go
2
app.go
|
@ -160,7 +160,7 @@ type Settings struct {
|
|||
// Default: ".fiber.gz"
|
||||
CompressedFileSuffix string
|
||||
|
||||
// FEATURE: v1.12
|
||||
// FEATURE: v1.13
|
||||
// The router executes the same handler by default if StrictRouting or CaseSensitive is disabled.
|
||||
// Enabling RedirectFixedPath will change this behaviour into a client redirect to the original route path.
|
||||
// Using the status code 301 for GET requests and 308 for all other request methods.
|
||||
|
|
Loading…
Reference in New Issue