Skip to content

Commit

Permalink
index: use ltc-compiler.chibitronics.com
Browse files Browse the repository at this point in the history
This server is the new good server.

Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Jun 2, 2016
1 parent 41fb85d commit 87a797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
editor.chibi_error_string = "";
editor.performLint();

$.post("//cb-compile.xobs.io/app.php/mycoolkey/v2", JSON.stringify(codeobj), buildResult, "json");
$.post("//ltc-compiler.chibitronics.com/mycoolkey/v2", JSON.stringify(codeobj), buildResult, "json");
});

editorNode = document.getElementById("editorthing");
Expand Down

0 comments on commit 87a797c

Please sign in to comment.