Errores del carrito

This commit is contained in:
Andres2908
2022-04-25 17:56:10 -05:00
parent b337861c6c
commit 2042135d9e
3 changed files with 3 additions and 4 deletions
@@ -15,7 +15,6 @@ export class CarreraProgramaController {
);
}
// terminar delte
@Delete(':id')
delete(@Param('id') id_carrera_programa: number) {
return this.carreraProgramaService.delete(id_carrera_programa)