Skip to content

Commit 61db990

Browse files
committed
Fix
1 parent b925728 commit 61db990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/gamelink/src/main/java/urjc/gamelink/Controllers/SPAController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@Controller
77
public class SPAController {
8-
@GetMapping({"/new/{path:[^\\.]*}", "/{path:new[^\\.]*}"})
8+
@GetMapping({"/new/{path:[^\\.]*}","/new/*/{path:[^\\.]*}", "/{path:new[^\\.]*}"})
99
public String redirect() {
1010
return "forward:/new/index.html";
1111
}

0 commit comments

Comments
 (0)