Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit a10db16

Browse files
committed
Merge pull request #34 from SergioBenitez/url-change
Changed URL from playtest to play
2 parents 31eae71 + 71d9397 commit a10db16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function runProgram(program, callback) {
6767
});
6868

6969
// console.log("Sending", data);
70-
req.open('POST', "http://playtest.rust-lang.org/evaluate.json", true);
70+
req.open('POST', "http://play.rust-lang.org/evaluate.json", true);
7171
req.onload = function(e) {
7272
if (req.readyState === 4 && req.status === 200) {
7373
var result = JSON.parse(req.response).result;

0 commit comments

Comments
 (0)