This commit is contained in:
xXpuma99Xx
2022-04-17 20:47:35 -05:00
parent 854e46036d
commit d0c8d08ce5
12 changed files with 36 additions and 34 deletions
@@ -1,7 +1,9 @@
import { Controller } from '@nestjs/common';
import { Controller, Get, Post, Put } from '@nestjs/common';
import { CarreraProgramaService } from './carrera-programa.service';
@Controller('carrera-programa')
export class CarreraProgramaController {
constructor(private carreraProgramaService: CarreraProgramaService) {}
}