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",
"disableAutoUpdate": false,
"openDevTools": false,

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

Loading…
Cancel
Save