mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-06 10:36:12 +01:00
fixed get my assets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Body, Controller, Get, UseGuards } from '@nestjs/common';
|
||||
import { Controller, Get, UseGuards } from '@nestjs/common';
|
||||
import { GetUser } from '../auth/decorator';
|
||||
import { JwtGuard } from '../auth/guard';
|
||||
import { ApiTags } from '@nestjs/swagger';
|
||||
|
||||
Reference in New Issue
Block a user