Fixing endpoint.

pull/64/head
Dessalines 5 years ago
parent e24641dccb
commit a705e81c0c

@ -1,2 +1,2 @@
export const endpoint = `${window.location.hostname}:8536`;
export let wsUri = (window.location.protocol=='https:') ? 'wss://' : 'ws://' + endpoint + '/service/ws';
export let wsUri = `${(window.location.protocol=='https:') ? 'wss://' : 'ws://'}${endpoint}/service/ws`;

Loading…
Cancel
Save