We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e740a2e + 165f5fb commit 73a61c6Copy full SHA for 73a61c6
src/App/App.js
@@ -9,7 +9,7 @@ import languages from '../resources/languages';
9
import './App.css';
10
11
// Backend servers to execute code.
12
-const DEV_POST_URL = 'http://localhost:5000/execute'
+const DEV_POST_URL = 'http://localhost:5000/coderpad/execute'
13
const PROD_POST_URL = 'https://dev.dannyhp.com:8443/execute'
14
const POST_URL = PROD_POST_URL
15
0 commit comments