removed cicd test

This commit is contained in:
Kerod-Fresenbet-Gebremedhin2660 2025-09-30 16:43:17 +03:00
parent 7377e50a26
commit 391bf89ea8

View File

@ -61,7 +61,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.0.dev16-cicdtest",
"version": "1.0.dev16",
})
})