1

remove default route

This commit is contained in:
Christoph
2020-04-10 21:38:13 +02:00
parent 78e1876a43
commit eea5a709b3

View File

@ -26,10 +26,10 @@ public class GruppenfindungController {
} }
// For convenience // For convenience
@GetMapping("") //@GetMapping("")
public String redirect() { //public String redirect() {
return "redirect:/gruppen2"; // return "redirect:/gruppen2";
} //}
@TraceMethodCall @TraceMethodCall
@RolesAllowed({"ROLE_orga", "ROLE_studentin"}) @RolesAllowed({"ROLE_orga", "ROLE_studentin"})