1 parent f61ede0 commit 577eee7Copy full SHA for 577eee7
1 file changed
launcher.js
@@ -75,7 +75,7 @@
75
76
config.modes = config.modes || 'html,css,js,output';
77
78
- post('http://bin.webduino.io?' + config.modes, data);
+ post('https://bin.webduino.io?' + config.modes, data);
79
}
80
};
81
0 commit comments