|
|
@@ -16,8 +16,7 @@ class PageController {
|
|
|
return "forward:/admin/index.html";
|
|
|
}
|
|
|
|
|
|
- @GetMapping(value = {"/planning/display",
|
|
|
- "/planning/display/{path:[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}}"})
|
|
|
+ @GetMapping(value = {"/planning/display", "/planning/display/{path:[^\\.]*}"})
|
|
|
public String redirectDisplay() {
|
|
|
return "forward:/planning/display/index.html";
|
|
|
}
|