it really is that shrimple
This commit is contained in:
@@ -293,7 +293,7 @@ func main() {
|
|||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
app.Get("/", func(c *fiber.Ctx) error {
|
app.Get("/", func(c *fiber.Ctx) error {
|
||||||
return c.Redirect(ROOT_REDIRECT, 307)
|
return c.Redirect(ROOT_REDIRECT, 303)
|
||||||
})
|
})
|
||||||
|
|
||||||
app.Listen(HOST + ":" + PORT)
|
app.Listen(HOST + ":" + PORT)
|
||||||
|
|||||||
Reference in New Issue
Block a user