Skip to content

Commit c3406ef

Browse files
committed
Merge pull request #265 from leeyeh/master
fix(File): use qiniu https upload endpoint
2 parents cfcf48c + 7ecaf89 commit c3406ef

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)