changed version endpoint

This commit is contained in:
2023-08-15 18:20:36 +00:00
parent 37e5ed8150
commit bfb12e30d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import "github.com/gofiber/fiber/v2"
func Setup(app *fiber.App) {
app.Get("/", GetVersion)
app.Get("/version", GetVersion)
app.Post("/login", Login)