Ajouter POST /v2/seed

This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-06 02:16:54 -04:00
parent 51e78eb44d
commit 2c2f3de788
2 changed files with 37 additions and 0 deletions

View file

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