Avances pero hay algunos errores

This commit is contained in:
Andres2908
2022-04-24 21:25:15 -05:00
parent 6d64637423
commit c7747af37d
7 changed files with 55 additions and 17 deletions
@@ -1,4 +1,4 @@
import { Body, Controller, Delete, Get, Param, Post, Put } from '@nestjs/common';
import { Body, Controller, Delete, Get, Param, Post } from '@nestjs/common';
import { CarreraProgramaService } from './carrera-programa.service';
import { CarreraProgramaCreateDto } from './dto/carrera-programa-create.dto';
import { CarreraProgramaUpdateDto } from './dto/carrera-programa-update.dto';