add new EP

This commit is contained in:
2025-09-17 16:33:57 -06:00
parent 3e4b3b1b18
commit d322340e86
5 changed files with 21 additions and 46 deletions
-3
View File
@@ -3,13 +3,10 @@ import {
Get,
Post,
Body,
Patch,
Param,
Delete,
} from '@nestjs/common';
import { StudentService } from './student.service';
import { CreateStudentDto } from './dto/create-student.dto';
import { UpdateStudentDto } from './dto/update-student.dto';
import { Student } from './entities/student.entity';
@Controller('student')