Skip to content

Commit 62437f6

Browse files
authored
Use HTTPS
1 parent 910463e commit 62437f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function hideResult() {
127127

128128
function evaluate() {
129129
clearResult();
130-
$.post('http://192.241.150.198', {input: sandbox.getValue()}, setResult)
130+
$.post('https://192.241.150.198', {input: sandbox.getValue()}, setResult)
131131
.fail(function() {
132132
setResult("An error has occurred - most likely out of memory.");
133133
});

0 commit comments

Comments
 (0)