forked from FoundKeyGang/FoundKey
Update uploader.tag
This commit is contained in:
parent
c6085f7c21
commit
2c78f49704
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue