Skip to content

Commit dbda733

Browse files
Persijn Kwekkeboomalansemenov
authored andcommitted
Routing fix: #503
1 parent 2c32175 commit dbda733

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/main/resources/webapp/webapp.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,7 @@ router.get("/manifest.json", function(req) {
5959
router.route(
6060
'GET',
6161
[
62-
"/leagues/{name}",
63-
"/leagues/{name}/players",
64-
"/leagues/{name}/teams",
65-
"/leagues/{name}/games",
66-
"/players/{name}/edit",
67-
"/players/{name}",
68-
"/teams/{name}",
69-
"/games/{id}",
70-
"/{path}",
71-
"/",
62+
".*",
7263
"",
7364
],
7465
defaultRoute

0 commit comments

Comments
 (0)