@ -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,