This commit is contained in:
the-djmaze 2022-04-19 10:33:21 +02:00
parent ef03ba4f60
commit eff357dc8e
10 changed files with 23 additions and 20 deletions

View file

@ -47,7 +47,8 @@ export const
serverRequestRaw('Download', download, customSpecSuffix),
proxy = url =>
SERVER_PREFIX + '/ProxyExternal/' + btoa(url.replace(/ /g, '%20')).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, ''),
SERVER_PREFIX + '/ProxyExternal/'
+ btoa(url.replace(/ /g, '%20')).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, ''),
/**
* @param {string} type