listo programa
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { Controller } from '@nestjs/common';
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { ProgramaService } from './programa.service';
|
||||
|
||||
@Controller('programa')
|
||||
export class ProgramaController {
|
||||
constructor(private programaService: ProgramaService) {}
|
||||
|
||||
@Get()
|
||||
get() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user