mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
fixed multipart form issue
This commit is contained in:
@@ -9,6 +9,6 @@ type Wallet struct {
|
||||
}
|
||||
|
||||
type NewWalletBody struct {
|
||||
Name string `json:"name"`
|
||||
UserID string `json:"userId"`
|
||||
Name string `json:"name" form:"name"`
|
||||
UserID string `json:"userId" form:"userId"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user