We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e74fb0 commit ffc6a96Copy full SHA for ffc6a96
rest/server.go
@@ -54,7 +54,7 @@ func (server *HttpServer) Start() {
54
private.DELETE("/api/users/accessToken", SignOut)
55
private.GET("/api/wallets/:currency/address", GetWalletAddress)
56
private.GET("/api/wallets/:currency/transactions", GetWalletTransactions)
57
- private.GET("/api/wallets/:currency/withdrawal", Withdrawal)
+ private.POST("/api/wallets/:currency/withdrawal", Withdrawal)
58
}
59
60
err := r.Run(server.addr)
0 commit comments