We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d0593 commit aaf8341Copy full SHA for aaf8341
backend/internal/server/routes.go
@@ -17,7 +17,7 @@ func (s *Server) addRoutes(h *app.App) {
17
router := http.NewServeMux()
18
19
// basic check health
20
- router.HandleFunc("GET /heathz", healthz)
+ router.HandleFunc("GET /healthz", healthz)
21
22
// handlers declaration
23
healthHandler := healthHandler.New(h)
0 commit comments