mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
fixed get my assets
This commit is contained in:
parent
84bfac8a98
commit
3c0f14b02e
@ -13,7 +13,6 @@ export class UserController {
|
||||
|
||||
@Get('/my-assets')
|
||||
GetMyAssets(
|
||||
@Body()
|
||||
@GetUser()
|
||||
user: User,
|
||||
) {
|
||||
@ -21,7 +20,6 @@ export class UserController {
|
||||
}
|
||||
@Get('/my-trades')
|
||||
GetMyTrades(
|
||||
@Body()
|
||||
@GetUser()
|
||||
user: User,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user