This commit is contained in:
parent
4ce21e2602
commit
e330d92cd2
@ -45,7 +45,7 @@ func main() {
|
||||
r.Use(cors.New())
|
||||
|
||||
r.Get("/health", func(ctx fiber.Ctx) error {
|
||||
return nil
|
||||
return ctx.SendString("ok")
|
||||
})
|
||||
|
||||
api := r.Group("/api/v1")
|
||||
|
Loading…
Reference in New Issue
Block a user