diff --git a/cmd/api.go b/cmd/api.go index a948b78..5c2ce60 100644 --- a/cmd/api.go +++ b/cmd/api.go @@ -49,7 +49,7 @@ var apiCmd = &cobra.Command{ // Routes - e.GET("/v4/health", handlers.GetHealth) + e.GET("/v4/health/", handlers.GetHealth) e.POST("/v4/membres/", handlers.PostMembres)