services
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { Controller } from '@nestjs/common';
|
||||
import { CarreraProgramaService } from './carrera-programa.service';
|
||||
|
||||
@Controller('carrera-programa')
|
||||
export class CarreraProgramaController {}
|
||||
export class CarreraProgramaController {
|
||||
constructor(private carreraProgramaService: CarreraProgramaService) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user