mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-21 19:53:19 +00:00
Remove old comment
This commit is contained in:
parent
2f4b9c4132
commit
39f6db6c47
2
app.go
2
app.go
@ -47,8 +47,6 @@ type App struct {
|
||||
Settings *Settings
|
||||
}
|
||||
|
||||
// Enables automatic redirection if the current route can't be matched but a handler for the path with (without) the trailing slash exists. For example if /foo/ is requested but a route only exists for /foo, the client is redirected to /foo with http status code 301 for GET requests and 308 for all other request methods.
|
||||
|
||||
// Settings holds is a struct holding the server settings
|
||||
type Settings struct {
|
||||
// This will spawn multiple Go processes listening on the same port
|
||||
|
Loading…
x
Reference in New Issue
Block a user