[BREAKING] Déplacer route /v4 vers /v4/health #12
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue