Skip to content

Commit aaf8341

Browse files
committed
fix: healthcheck backend service endpoint typo
1 parent 82d0593 commit aaf8341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/server/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func (s *Server) addRoutes(h *app.App) {
1717
router := http.NewServeMux()
1818

1919
// basic check health
20-
router.HandleFunc("GET /heathz", healthz)
20+
router.HandleFunc("GET /healthz", healthz)
2121

2222
// handlers declaration
2323
healthHandler := healthHandler.New(h)

0 commit comments

Comments
 (0)