revert: remove initial fix for redundant tusEndpoint in URL
This commit is contained in:
parent
ff6b248761
commit
d8bf7297fb
@ -8,10 +8,6 @@ export async function fetchURL(url, opts, auth = true) {
|
||||
opts.headers = opts.headers || {};
|
||||
|
||||
let { headers, ...rest } = opts;
|
||||
|
||||
if (url.startsWith(baseURL)) {
|
||||
url = url.substring(baseURL.length);
|
||||
}
|
||||
|
||||
let res;
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user