We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c1117 commit 16a338fCopy full SHA for 16a338f
cmd/server/web/server.go
@@ -150,6 +150,8 @@ func (s *Server) SetAPI(app *fiber.App) *fiber.App {
150
151
apiRoutes.Post("/coldstarter/finish", s.coldstarterHandler.Finish).Name("coldstarter.finish")
152
153
+ apiRoutes.Get("/health", s.healthHandler.Health).Name("health-authenticated")
154
+
155
// Create the WebDAV handler
156
webdavHandler := &webdav.Handler{
157
Prefix: "/webdav",
0 commit comments