1

change UpdateRoleEvent

This commit is contained in:
tomvahl
2020-03-16 15:45:26 +01:00
parent 22eede051b
commit 06fa9f5284
3 changed files with 26 additions and 20 deletions

View File

@ -81,6 +81,7 @@ public class Gruppen2Controller {
return "search";
}
@PostMapping("/createGroup")
public String pCreateGroup(KeycloakAuthenticationToken token,
@RequestParam(value = "title") String title,