From f6716072315b3fdbe98ce771d0a143244fcb368b Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Fri, 27 Mar 2020 15:15:55 +0200 Subject: [PATCH] library url changed --- src/common/routesRegexp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/routesRegexp.js b/src/common/routesRegexp.js index 6ec7a14f2..f7cd674f3 100644 --- a/src/common/routesRegexp.js +++ b/src/common/routesRegexp.js @@ -12,8 +12,8 @@ const routesRegexp = { urlParamsNames: ['transportUrl', 'type', 'catalogId'] }, library: { - regexp: /^\/library(?:\/([^/]*))?(?:\/([^/]*))?$/, - urlParamsNames: ['type', 'sort'] + regexp: /^\/library(?:\/([^/]*))?$/, + urlParamsNames: ['type'] }, search: { regexp: /^\/search$/,