Skip to content

Commit 7ecaf89

Browse files
committed
fix(File): use qiniu https upload endpoint
close #261
1 parent cfcf48c commit 7ecaf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browserify-wrapper/upload-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function upload(file, AV, saveOptions) {
6060
}
6161
}
6262
};
63-
xhr.open('POST', 'http://upload.qiniu.com', true);
63+
xhr.open('POST', 'https://up.qbox.me', true);
6464
xhr.send(data);
6565

6666
return promise;

0 commit comments

Comments
 (0)