mirror of https://github.com/status-im/NimYAML.git
Testing Ground uses HTTPS now
This commit is contained in:
parent
40e303049f
commit
294fc875bd
|
@ -74,7 +74,7 @@ updated as you type.
|
|||
var params = "style=" + encodeURIComponent(document.querySelector(
|
||||
"input[name=style]:checked").value) + "&input=" + encodeURIComponent(
|
||||
document.getElementById("yaml-input").value);
|
||||
r.open("POST", "http://flyx.org:5000", true);
|
||||
r.open("POST", "https://nimyaml.org/webservice/", true);
|
||||
r.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
|
||||
r.onreadystatechange = function() {
|
||||
if (r.readyState == 4) {
|
||||
|
|
Loading…
Reference in New Issue