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

Commit 71d9397

Browse files
author
Sergio Benitez
committed
Changed URL from playtest to play.
1 parent 9853b4c commit 71d9397

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)