fix(admin-service): restore FileInterceptor imports for parse endpoint
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0f611cf8cd
commit
b710d416d1
|
|
@ -1,7 +1,8 @@
|
|||
import {
|
||||
Controller, Get, Post, Put, Patch, Delete, Inject,
|
||||
Param, Query, Body, UseGuards, Req,
|
||||
Param, Query, Body, UseGuards, UseInterceptors, UploadedFile, Req,
|
||||
} from '@nestjs/common';
|
||||
import { FileInterceptor } from '@nestjs/platform-express';
|
||||
import { ApiTags, ApiOperation, ApiBearerAuth, ApiConsumes, ApiQuery } from '@nestjs/swagger';
|
||||
import { JwtAuthGuard, Roles, RolesGuard, UserRole } from '@genex/common';
|
||||
import { AppVersionService } from '../../../application/services/app-version.service';
|
||||
|
|
|
|||
Loading…
Reference in New Issue