Skip to content

Commit c8a547d

Browse files
authored
update client upload example
fix upload url typo
1 parent 30d7f3f commit c8a547d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client-upload/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
uploadData.append('policy', data.policy);
4242
uploadData.append('authorization', data.authorization);
4343
$.ajax({
44-
url: '//v0.api.upyun.com/sdkimg',
44+
url: 'http://v0.api.upyun.com/sdkimg',
4545
type: 'POST',
4646
data: uploadData,
4747
cache: false,

0 commit comments

Comments
 (0)