mirror of https://github.com/gofiber/fiber.git
⚡ v2
parent
8e47b97e2c
commit
569354fb43
2
app.go
2
app.go
|
@ -197,7 +197,7 @@ type Config struct {
|
|||
// Default: false
|
||||
DisableStartupMessage bool `json:"disable_startup_message"`
|
||||
|
||||
// FEATURE: v1.16.x
|
||||
// FEATURE: v2.2.x
|
||||
// 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