Retirer route GET /v2/membres/:membre_id

Cleanup code désuet (et redondant avec agecem/bottin) en lien avec le
concept de Membre
This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-08 20:47:39 -04:00
parent 8a5648b44d
commit 5915e3ca7b
3 changed files with 0 additions and 68 deletions

View file

@ -59,8 +59,6 @@ var apiCmd = &cobra.Command{
e.GET("/v2/health/", handlers.GetHealth)
e.GET("/v2/membres/:membre_id/", handlers.GetMembre)
e.GET("/v2/transactions/", handlers.GetTransactions)
e.POST("/v2/transactions/", handlers.PostTransactions)