mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-04 01:56:14 +01:00
fixed get my assets
This commit is contained in:
@@ -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,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user