Fix /v4/health

This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-02 03:17:40 -04:00
parent 6d010c5009
commit b4af26d3dd

View file

@ -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)