1

changed Titel in error.html

This commit is contained in:
[Mahgs]
2020-03-26 15:03:30 +01:00
parent 4d0968b2d9
commit bbf4f0b6e5
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ public class WebController {
@RolesAllowed({"ROLE_orga", "ROLE_studentin", "ROLE_actuator"})
@PostMapping("/details/changeMetadata")
public String pChangeMetadata(KeycloakAuthenticationToken token,
public String changeMetadata(KeycloakAuthenticationToken token,
@RequestParam("title") String title,
@RequestParam("description") String description,
@RequestParam("groupId") String groupId) {