fixed bug
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Body, Controller, Delete, Get, Param, ParseIntPipe, Post, Put } from '@nestjs/common';
|
||||
import { ProfesorService } from './profesor.service';
|
||||
import { profesorDto } from './dto/profesorDto.dto';
|
||||
import { ProfesorFilterDto } from './dto/profesorFilterDto.dto';
|
||||
|
||||
@Controller('profesor')
|
||||
export class ProfesorController {
|
||||
|
||||
Reference in New Issue
Block a user