mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
fix(common): allow board regex to match empty
This commit is contained in:
parent
41546d65d2
commit
597b366ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const routesRegexp = {
|
||||||
urlParamsNames: []
|
urlParamsNames: []
|
||||||
},
|
},
|
||||||
board: {
|
board: {
|
||||||
regexp: /^\/(?:board)?$/,
|
regexp: /^\/?(?:board)?$/,
|
||||||
urlParamsNames: []
|
urlParamsNames: []
|
||||||
},
|
},
|
||||||
discover: {
|
discover: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue