diff --git a/pkg/controllers/transactions.go b/pkg/controllers/transactions.go index 7448b7c..77e285a 100644 --- a/pkg/controllers/transactions.go +++ b/pkg/controllers/transactions.go @@ -38,7 +38,7 @@ func NewTransactionController(as *services.TransactionService, s *gin.RouterGrou checkGroup := s.Group("check") { - checkGroup.GET("check", wc.Check) + checkGroup.GET("", wc.Check) } return wc