Skip to content

Commit 766cf9e

Browse files
committed
Update qiniu URL to HTTPS prefix
1 parent 586535c commit 766cf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ReactQiniu = React.createClass({
3232
return {
3333
supportClick: true,
3434
multiple: true,
35-
uploadUrl: 'http://upload.qiniu.com/'
35+
uploadUrl: 'https://up.qbox.me/'
3636
};
3737
},
3838

0 commit comments

Comments
 (0)