Fix /v4/health
This commit is contained in:
parent
6d010c5009
commit
b4af26d3dd
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