Update uploader.tag

This commit is contained in:
syuilo⭐️ 2017-02-22 19:29:29 +09:00
parent c6085f7c21
commit 2c78f49704

View file

@ -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);