pull/477/head
Fenny 2020-06-17 13:37:50 +02:00
parent 7beca6a961
commit 3915cd607d
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -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.