FiltroFix
This commit is contained in:
@@ -26,7 +26,7 @@ export class ProfesorController {
|
||||
return this.profesorService.profile(id_profesor);
|
||||
}
|
||||
|
||||
@Post('profile/filter')
|
||||
@Post('filter')
|
||||
async filter(@Body() data: profesorDto) {
|
||||
return this.profesorService.filter(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user