Tiny url update to work with the storage server

pull/24/head
Beaudan 7 years ago
parent 4b9fcb98d4
commit 519d372e63

@ -1,5 +1,5 @@
{ {
"serverUrl": "http://localhost", "serverUrl": "http://localhost:8080",
"cdnUrl": "http://localhost", "cdnUrl": "http://localhost",
"disableAutoUpdate": false, "disableAutoUpdate": false,
"openDevTools": false, "openDevTools": false,

@ -65,7 +65,7 @@ function initialize({ url }) {
} }
const options = { const options = {
url: `${url}/send_message`, url: `${url}/store`,
type: 'POST', type: 'POST',
responseType: undefined, responseType: undefined,
timeout: undefined, timeout: undefined,

Loading…
Cancel
Save