[BREAKING] Bump à version 3 #15

Merged
vlbeaudoin merged 5 commits from breaking/remove-membre-route into main 2023-06-08 21:11:28 -04:00
Showing only changes of commit fe1caec61e - Show all commits

View file

@ -55,12 +55,12 @@ var apiCmd = &cobra.Command{
// Routes
e.POST("/v2/seed/", handlers.PostSeed)
e.POST("/v3/seed/", handlers.PostSeed)
e.GET("/v2/health/", handlers.GetHealth)
e.GET("/v3/health/", handlers.GetHealth)
e.GET("/v2/transactions/", handlers.GetTransactions)
e.POST("/v2/transactions/", handlers.PostTransactions)
e.GET("/v3/transactions/", handlers.GetTransactions)
e.POST("/v3/transactions/", handlers.PostTransactions)
// Check bottin is ready