[BREAKING] Déplacer route /v4 vers /v4/health #12

Merged
vlbeaudoin merged 6 commits from breaking/v4-to-health into main 2023-06-02 02:20:13 -05:00
Showing only changes of commit b4af26d3dd - Show all commits

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)