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 5adfe68 + f2c1295 commit 76ac9ceCopy full SHA for 76ac9ce
src/App/App.js
@@ -8,12 +8,12 @@ import 'react-notifications-component/dist/theme.css'
8
import './App.css';
9
10
// Backend endpoint to save data.
11
-const DEV_POST_URL = 'http://localhost:5000/pastebin_save'
+const DEV_POST_URL = 'http://localhost:5000/pastebin/save'
12
const PROD_POST_URL = 'https://dev.dannyhp.com:8443/pastebin_save'
13
const POST_URL = PROD_POST_URL
14
15
// Backend endpoint to load data.
16
-const DEV_GET_URL = 'http://localhost:5000/pastebin_load/%s'
+const DEV_GET_URL = 'http://localhost:5000/pastebin/load/%s'
17
const PROD_GET_URL= 'https://dev.dannyhp.com:8443/pastebin_load/%s'
18
const GET_URL = PROD_GET_URL
19
0 commit comments