Skip to content

Commit 16a338f

Browse files
committed
feat: authenticated health endpoint
1 parent d4c1117 commit 16a338f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/server/web/server.go

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ func (s *Server) SetAPI(app *fiber.App) *fiber.App {
150150

151151
apiRoutes.Post("/coldstarter/finish", s.coldstarterHandler.Finish).Name("coldstarter.finish")
152152

153+
apiRoutes.Get("/health", s.healthHandler.Health).Name("health-authenticated")
154+
153155
// Create the WebDAV handler
154156
webdavHandler := &webdav.Handler{
155157
Prefix: "/webdav",

0 commit comments

Comments
 (0)