mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
Add a /ping endpoint
This endpoint can be used to check the service liveness. It can be used for the kubernetes liveness and readiness probs.
This commit is contained in:
@@ -67,6 +67,7 @@ func setup() *echo.Echo {
|
||||
return nil
|
||||
}
|
||||
})
|
||||
e.GET("/ping", func(c echo.Context) error { return nil })
|
||||
e.POST("/merge", merge)
|
||||
g := e.Group("/convert")
|
||||
g.POST("/html", convertHTML)
|
||||
|
||||
Reference in New Issue
Block a user