library url changed

This commit is contained in:
nklhrstv 2020-03-27 15:15:55 +02:00
parent ffa98a1982
commit f671607231

View file

@ -12,8 +12,8 @@ const routesRegexp = {
urlParamsNames: ['transportUrl', 'type', 'catalogId']
},
library: {
regexp: /^\/library(?:\/([^/]*))?(?:\/([^/]*))?$/,
urlParamsNames: ['type', 'sort']
regexp: /^\/library(?:\/([^/]*))?$/,
urlParamsNames: ['type']
},
search: {
regexp: /^\/search$/,