1

Refactor Gruppen2Controller

This commit is contained in:
XXNitram
2020-03-18 14:40:39 +01:00
parent ba4a531337
commit f408391f4c

View File

@ -66,7 +66,6 @@ public class Gruppen2Controller {
return "index";
}
@RolesAllowed({"ROLE_orga", "ROLE_studentin", "ROLE_actuator"})
@RolesAllowed({"ROLE_orga", "ROLE_actuator)"})
@GetMapping("/createLecture")
public String createLecture(KeycloakAuthenticationToken token, Model model) {