token en upload-file

This commit is contained in:
Lemuel
2022-08-15 14:29:53 -05:00
parent 38aafecdf1
commit 2494d98a5a
36 changed files with 63 additions and 49 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { InjectRepository } from '@nestjs/typeorm';
import { Repository } from 'typeorm';
import { Institucion } from '../institucion/entity/institucion.entity';
import { Modulo } from './entity/modulo.entity';
import { Operador } from 'src/operador/entity/operador.entity';
import { Operador } from '../operador/entity/operador.entity';
import { InstitucionService } from '../institucion/institucion.service';
@Injectable()