mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 22:51:42 +00:00
empty pathname match to board
This commit is contained in:
parent
0a508b4653
commit
ab9df74ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const routesRegexp = {
|
||||||
urlParamsNames: []
|
urlParamsNames: []
|
||||||
},
|
},
|
||||||
board: {
|
board: {
|
||||||
regexp: /^\/$/,
|
regexp: /^\/?$/,
|
||||||
urlParamsNames: []
|
urlParamsNames: []
|
||||||
},
|
},
|
||||||
discover: {
|
discover: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue