diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
commit | aa940317263f8425e4bebb2b155b6d5e8543a022 (patch) | |
tree | 2bdf674176eda3a42b214ea274926bc8dced4871 /src/client/Server.ts | |
parent | 604c79c214ac37059346139024aa199bb47cd877 (diff) | |
parent | 74f216770159ba405c0063f20a62769e48c89691 (diff) |
mer con
Diffstat (limited to 'src/client/Server.ts')
-rw-r--r-- | src/client/Server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Server.ts b/src/client/Server.ts index 2d162b93a..f0cf0bb9b 100644 --- a/src/client/Server.ts +++ b/src/client/Server.ts @@ -9,7 +9,7 @@ import { MessageStore, Types } from "./../server/Message"; export class Server { public static ClientFieldsCached: ObservableMap<FieldId, Field | FIELD_WAITING> = new ObservableMap(); - static Socket: SocketIOClient.Socket = OpenSocket("http://localhost:1234"); + static Socket: SocketIOClient.Socket = OpenSocket(`${window.location.protocol}//${window.location.hostname}:1234`); static GUID: string = Utils.GenerateGuid() |