listo motivo
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Body, Controller, Get, Post, Put, Query } from '@nestjs/common';
|
||||
import { ModuloService } from './modulo.service';
|
||||
// import { Serealize } from '../interceptors/serialize.interceptor';
|
||||
import { IdInstitucionDto } from '../dto/id-institucion.dto';
|
||||
import { ModuloCrearDto } from './dto/modulo-crear.dto';
|
||||
import { ModuloUpdateDto } from './dto/modulo-update.dto';
|
||||
// import { Serealize } from '../interceptors/serialize.interceptor';
|
||||
@Controller('modulo')
|
||||
export class ModuloController {
|
||||
constructor(private moduloService: ModuloService) {}
|
||||
|
||||
Reference in New Issue
Block a user