create user with base AT and create

This commit is contained in:
2025-10-23 10:52:40 -06:00
parent 8baec559a8
commit 303bdc655d
12 changed files with 112 additions and 51 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Controller, Get, Post, Param } from '@nestjs/common';
import { Controller, Get, Param } from '@nestjs/common';
import { AlumnoService } from './student.service';
@Controller('student')