Skip to content

Commit 73a61c6

Browse files
authored
Merge pull request #18 from dannyhp1/develop
Updated DEV endpoint.
2 parents e740a2e + 165f5fb commit 73a61c6

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
@@ -9,7 +9,7 @@ import languages from '../resources/languages';
99
import './App.css';
1010

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

0 commit comments

Comments
 (0)