Skip to content

Commit 145e65c

Browse files
authored
Update PROD endpoint to new AWS server. (#19)
1 parent 73a61c6 commit 145e65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import './App.css';
1010

1111
// Backend servers to execute code.
1212
const DEV_POST_URL = 'http://localhost:5000/coderpad/execute'
13-
const PROD_POST_URL = 'https://dev.dannyhp.com:8443/execute'
13+
const PROD_POST_URL = 'https://aws.dannyhp.com/coderpad/execute'
1414
const POST_URL = PROD_POST_URL
1515

1616
// Default settings on page loadup.

0 commit comments

Comments
 (0)