Merge pull request 'HUUUUGE CHANGE' (#97) from Max/Backend/ServiceInscription into master
All checks were successful
Build and test backend / Build-backend (push) Successful in 2m15s
Build and test backend / Test-backend (push) Successful in 1m19s
deploy to production / deploy-frontend (push) Successful in 26s
deploy to production / deploy-backend (push) Successful in 2m24s
Build and test FrontEnd / Build-frontend (push) Successful in 26s

Reviewed-on: #97
This commit is contained in:
Maxime 2024-03-13 15:44:16 +01:00
commit 4f511bf066

View File

@ -4,5 +4,6 @@ public enum Role {
Teacher,
Student,
Admin,
InscriptionService,
Secretary;
}