added jwt to get alumno

This commit is contained in:
2025-12-04 14:26:32 -06:00
parent 81d3b308df
commit b24cf36fa0
7 changed files with 43 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
export enum Role {
ADMINISTRADOR = 'ADMINISTRADOR',
OPERADOR = 'OPERADOR',
}