it really is that shrimple

This commit is contained in:
Lewis Crichton
2023-04-03 19:19:53 +01:00
parent 481b34cb3b
commit 34021f16b9
+1 -1
View File
@@ -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)