Skip to content

Commit

Permalink
fixing mistake with localhost requests
Browse files Browse the repository at this point in the history
  • Loading branch information
arekouzounian committed Jun 24, 2024
1 parent f0b2488 commit 5195b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-frontend/js/config-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ function getSelectedLanguage() {
const runnerConfig = {
getSelectedLanguage: getSelectedLanguage,
// Uncomment for local testing
url: "http://localhost:10100/api/v1/",
// url: "https://runner.fly.dev/api/v1/",
// url: "http://localhost:10100/api/v1/",
url: "https://runner.fly.dev/api/v1/",
runEndpoint: "run",
langEndpoint: "languages",
};
Expand Down

0 comments on commit 5195b43

Please sign in to comment.