Ajouter POST /v2/seed
This commit is contained in:
parent
51e78eb44d
commit
2c2f3de788
2 changed files with 37 additions and 0 deletions
|
@ -55,6 +55,8 @@ var apiCmd = &cobra.Command{
|
|||
|
||||
// Routes
|
||||
|
||||
e.POST("/v2/seed/", handlers.PostSeed)
|
||||
|
||||
e.GET("/v2/health/", handlers.GetHealth)
|
||||
|
||||
e.GET("/v2/membres/:membre_id/", handlers.GetMembre)
|
||||
|
|
Reference in a new issue