Skip to content

Commit

Permalink
Fix withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Sep 19, 2024
1 parent 311f738 commit 62259c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Run(ctx context.Context, cfg config.Config) {
r.Route("/verify", func(r chi.Router) {
r.Post("/external", handlers.VerifyExternalPassport)
})
r.Post("/withdrawals", nil)
r.Post("/withdrawals", handlers.Withdraw)
})
})

Expand Down

0 comments on commit 62259c4

Please sign in to comment.