mirror of https://github.com/gofiber/fiber.git
Fix typo
parent
5af18cc275
commit
6fa12bbda8
2
app.go
2
app.go
|
@ -140,7 +140,7 @@ type Config struct { //nolint:govet // Aligning the struct fields is not necessa
|
|||
// Default: ""
|
||||
ServerHeader string `json:"server_header"`
|
||||
|
||||
// When set to Ftrue, the router treats "/foo" and "/foo/" as different.
|
||||
// When set to true, the router treats "/foo" and "/foo/" as different.
|
||||
// By default this is disabled and both "/foo" and "/foo/" will execute the same handler.
|
||||
//
|
||||
// Default: false
|
||||
|
|
Loading…
Reference in New Issue