merge error saavedra dev

This commit is contained in:
xXpuma99Xx
2022-05-01 12:50:24 -05:00
40 changed files with 380 additions and 104 deletions
@@ -10,8 +10,10 @@ import {
import { FileInterceptor } from '@nestjs/platform-express';
import { UploadFileService } from './upload-file.service';
import { IdInstitucionDto } from '../dto/id-institucion.dto';
import {ApiTags} from '@nestjs/swagger'
@Controller('upload-file')
@ApiTags('upload-file')
export class UploadFileController {
constructor(private uploadFileService: UploadFileService) {}