Merge pull request #24 from loki-project/new-url

Tiny url update to work with the storage server
pull/25/head
sachaaaaa 7 years ago committed by GitHub
commit 1ff1f50e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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