chore: changed the deploy

This commit is contained in:
Samuel Tariku 2025-08-13 16:08:32 +03:00
parent 3310e01ccc
commit af023d1021

View File

@ -58,7 +58,7 @@ func (a *App) initAppRoutes() {
a.fiber.Get("/", func(c *fiber.Ctx) error {
return c.JSON(fiber.Map{
"message": "Welcome to the FortuneBet API",
"version": "1.0dev11",
"version": "1.0dev12",
})
})