Skip to content

Commit

Permalink
feat: update execution url
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Dec 16, 2024
1 parent 4ad0776 commit 434356a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/lesson.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ require(["vs/editor/editor.main"], function () {
files: filesForExecution,
};

// const executionUrl = "https://execute.pythonexpert.dev/api/v2/execute";
const executionUrl = "https://execute.fireworkwebdesign.com/api/v2/execute";
// const executionUrl = 'http://localhost:2000/api/v2/execute'
const executionUrl = "https://emkc.org/api/v2/piston/execute";
// const executionUrl = "https://emkc.org/api/v2/piston/execute";

return fetch(executionUrl, {
method: "POST",
Expand Down

0 comments on commit 434356a

Please sign in to comment.