diff --git a/src/web/app/common/tags/uploader.tag b/src/web/app/common/tags/uploader.tag index 51520d9ab..d40ac0a6a 100644 --- a/src/web/app/common/tags/uploader.tag +++ b/src/web/app/common/tags/uploader.tag @@ -171,7 +171,7 @@ if (folder) data.append('folder_id', folder); const xhr = new XMLHttpRequest(); - xhr.open('POST', CONFIG.apiUrl + '/drive/files/create', true); + xhr.open('POST', this.CONFIG.apiUrl + '/drive/files/create', true); xhr.onload = e => { const driveFile = JSON.parse(e.target.response);