Remove redundant calls to baseURL/url #2581 (#2579)

---------

Co-authored-by: 이광오 <maeryo@hanwha.com>
Co-authored-by: Oleg Lobanov <oleg.lobanov@bitvavo.com>
This commit is contained in:
M A E R Y O
2023-07-31 20:27:24 +09:00
committed by GitHub
parent 2a4a46c61a
commit 4b72bbfc7f
4 changed files with 14 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ const resizePreview = window.FileBrowser.ResizePreview;
const enableExec = window.FileBrowser.EnableExec;
const tusSettings = window.FileBrowser.TusSettings;
const origin = window.location.origin;
const tusEndpoint = `${baseURL}/api/tus`;
const tusEndpoint = `/api/tus`;
export {
name,