errcode
This commit is contained in:
7
infra/handler.go
Normal file
7
infra/handler.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package infra
|
||||
|
||||
import "github.com/gofiber/fiber/v2"
|
||||
|
||||
func Health(ctx *fiber.Ctx) error {
|
||||
return ctx.SendStatus(200)
|
||||
}
|
||||
Reference in New Issue
Block a user