fixed get my assets

This commit is contained in:
Kevsl
2024-06-07 12:35:47 +02:00
parent 3c0f14b02e
commit 2db99d1354
5 changed files with 11 additions and 67 deletions

View File

@@ -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';