1

refactor ValidationService

This commit is contained in:
killerber4t
2020-03-25 16:52:43 +01:00
parent 9045cace9c
commit 57df0263d4
4 changed files with 9 additions and 4 deletions

View File

@ -46,6 +46,7 @@ public class WebController {
* @param model tolles model
* @return index.html
*/
@RolesAllowed({"ROLE_orga", "ROLE_studentin", "ROLE_actuator"})
@GetMapping("")
public String index(KeycloakAuthenticationToken token, Model model) throws EventException {