1
0
forked from PGL/Clyde

manage Course finished

This commit is contained in:
2024-03-18 14:51:27 +01:00
parent 92079c5a47
commit 0871d2971d
27 changed files with 22 additions and 19 deletions

View File

@ -57,7 +57,6 @@ public class InscriptionController {
@RequestHeader("Authorization") String token,
@RequestBody RequestState state)
{
System.out.println(requestState);
if (authServ.isNotIn(new Role[]{Role.InscriptionService,Role.Admin},token))
return new UnauthorizedResponse<>(null);