feat: Add healtcheck endpoint
This commit is contained in:
@@ -50,6 +50,9 @@ func New(services Services) *fiber.App {
|
|||||||
)
|
)
|
||||||
|
|
||||||
cacheHeader := fmt.Sprintf("max-age=%0f", (time.Hour * 24).Seconds())
|
cacheHeader := fmt.Sprintf("max-age=%0f", (time.Hour * 24).Seconds())
|
||||||
|
app.Get("/healthz", func(ctx *fiber.Ctx) error {
|
||||||
|
return ctx.SendString("OK")
|
||||||
|
})
|
||||||
app.Get("/diyanet/prayertimes", func(ctx *fiber.Ctx) error {
|
app.Get("/diyanet/prayertimes", func(ctx *fiber.Ctx) error {
|
||||||
locationID := ctx.Query("location_id")
|
locationID := ctx.Query("location_id")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user