5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
|
import { Controller } from '@nestjs/common';
|
||
|
|
|
||
|
|
@Controller('institucion-programa')
|
||
|
|
export class InstitucionProgramaController {}
|