Skip to content

Commit ffc6a96

Browse files
author
greensheng
committed
wallets
1 parent 7e74fb0 commit ffc6a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (server *HttpServer) Start() {
5454
private.DELETE("/api/users/accessToken", SignOut)
5555
private.GET("/api/wallets/:currency/address", GetWalletAddress)
5656
private.GET("/api/wallets/:currency/transactions", GetWalletTransactions)
57-
private.GET("/api/wallets/:currency/withdrawal", Withdrawal)
57+
private.POST("/api/wallets/:currency/withdrawal", Withdrawal)
5858
}
5959

6060
err := r.Run(server.addr)

0 commit comments

Comments
 (0)