We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d7f3f commit c8a547dCopy full SHA for c8a547d
examples/client-upload/index.html
@@ -41,7 +41,7 @@
41
uploadData.append('policy', data.policy);
42
uploadData.append('authorization', data.authorization);
43
$.ajax({
44
- url: '//v0.api.upyun.com/sdkimg',
+ url: 'http://v0.api.upyun.com/sdkimg',
45
type: 'POST',
46
data: uploadData,
47
cache: false,
0 commit comments