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.
1 parent 73a61c6 commit 145e65cCopy full SHA for 145e65c
src/App/App.js
@@ -10,7 +10,7 @@ import './App.css';
10
11
// Backend servers to execute code.
12
const DEV_POST_URL = 'http://localhost:5000/coderpad/execute'
13
-const PROD_POST_URL = 'https://dev.dannyhp.com:8443/execute'
+const PROD_POST_URL = 'https://aws.dannyhp.com/coderpad/execute'
14
const POST_URL = PROD_POST_URL
15
16
// Default settings on page loadup.
0 commit comments