Added necessary changes to client-side code for HTTPS transport
This commit is contained in:
parent
3957f49e49
commit
e205d6e149
5 changed files with 17885 additions and 17862 deletions
|
@ -1,6 +1,6 @@
|
|||
export const domain = window.location.hostname;
|
||||
export const port = "8080";
|
||||
export const connectionAddress = `ws://${domain}:${port}/ws`;
|
||||
export const connectionAddress = `wss://${domain}:${port}/ws`;
|
||||
export const endpoints = {
|
||||
destination: "/app/chat",
|
||||
subscription: "/sub/chat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue