Skip to content

Commit 577eee7

Browse files
author
Ke, Mingze
committed
Fixed bin url
1 parent f61ede0 commit 577eee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
config.modes = config.modes || 'html,css,js,output';
7777

78-
post('http://bin.webduino.io?' + config.modes, data);
78+
post('https://bin.webduino.io?' + config.modes, data);
7979
}
8080
};
8181

0 commit comments

Comments
 (0)