[BREAKING] Bump à version 3 #15
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue