Skip to content

Commit 76ac9ce

Browse files
authored
Merge pull request #13 from dannyhp1/develop
Updated DEV endpoint.
2 parents 5adfe68 + f2c1295 commit 76ac9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import 'react-notifications-component/dist/theme.css'
88
import './App.css';
99

1010
// Backend endpoint to save data.
11-
const DEV_POST_URL = 'http://localhost:5000/pastebin_save'
11+
const DEV_POST_URL = 'http://localhost:5000/pastebin/save'
1212
const PROD_POST_URL = 'https://dev.dannyhp.com:8443/pastebin_save'
1313
const POST_URL = PROD_POST_URL
1414

1515
// Backend endpoint to load data.
16-
const DEV_GET_URL = 'http://localhost:5000/pastebin_load/%s'
16+
const DEV_GET_URL = 'http://localhost:5000/pastebin/load/%s'
1717
const PROD_GET_URL= 'https://dev.dannyhp.com:8443/pastebin_load/%s'
1818
const GET_URL = PROD_GET_URL
1919

0 commit comments

Comments
 (0)