mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
discover/library regexp fixed
This commit is contained in:
parent
9645238257
commit
52677e66dc
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ const compilePath = (path, options) => {
|
|||
const routesRegexp = {
|
||||
intro: compilePath('/intro'),
|
||||
board: compilePath('/'),
|
||||
discover: compilePath('/discover/:type?/:catalog?/:category?'),
|
||||
library: compilePath('/library/:type?/:sort?'),
|
||||
discover: compilePath('/discover/(:type?)/(:catalog?)/(:category?)'),
|
||||
library: compilePath('/library/(:type?)/(:sort?)'),
|
||||
calendar: compilePath('/calendar'),
|
||||
search: compilePath('/search'),
|
||||
detail: compilePath('/detail'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue