rename kontor projects

This commit is contained in:
2026-01-03 04:07:42 +01:00
parent 0392ac49fb
commit 4d93f51767
32 changed files with 92 additions and 62 deletions
+9
View File
@@ -0,0 +1,9 @@
package handler
import "github.com/gofiber/fiber/v2"
func GetHealth(c *fiber.Ctx) error {
return c.Status(200).JSON(&fiber.Map{
"status": "ok",
})
}