added new EP

This commit is contained in:
2025-09-18 21:08:19 -06:00
15 changed files with 87 additions and 33 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ import { CreateStudentDto } from './dto/create-student.dto';
import { Alumno } from './entities/student.entity';
@Controller('student')
export class StudentController {
export class AlumnoController {
constructor(private readonly alumnoService: AlumnoService) {}
@Post()
@@ -22,3 +22,4 @@ export class StudentController {
return this.alumnoService.findOne(+id);
}
}
//IO