mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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: []
|
||||
},
|
||||
board: {
|
||||
regexp: /^\/$/,
|
||||
regexp: /^\/?$/,
|
||||
urlParamsNames: []
|
||||
},
|
||||
discover: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue