pull/767/head
Fenny 2020-09-14 05:22:15 +02:00
parent 8e47b97e2c
commit 569354fb43
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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