addons url changed

This commit is contained in:
NikolaBorislavovHristov 2019-12-10 14:47:31 +02:00
parent ef98e252b6
commit 1c48552f3a

View file

@ -24,8 +24,8 @@ const routesRegexp = {
urlParamsNames: ['type', 'id', 'videoId']
},
addons: {
regexp: /^\/addons(?:\/([^\/]*)\/([^\/]*))?$/,
urlParamsNames: ['category', 'type']
regexp: /^\/addons(?:\/([^\/]*)\/([^\/]*)\/([^\/]*))?$/,
urlParamsNames: ['addonTransportUrl', 'catalogId', 'type']
},
settings: {
regexp: /^\/settings$/,