mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
fixed transactions check endpoint
This commit is contained in:
@@ -38,7 +38,7 @@ func NewTransactionController(as *services.TransactionService, s *gin.RouterGrou
|
|||||||
|
|
||||||
checkGroup := s.Group("check")
|
checkGroup := s.Group("check")
|
||||||
{
|
{
|
||||||
checkGroup.GET("check", wc.Check)
|
checkGroup.GET("", wc.Check)
|
||||||
}
|
}
|
||||||
|
|
||||||
return wc
|
return wc
|
||||||
|
|||||||
Reference in New Issue
Block a user