aboutsummaryrefslogtreecommitdiff
path: root/src/client/Server.ts
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-10 22:47:11 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-10 22:47:11 -0400
commitce0d749c291609b7acca6db490bfcc131cf3996d (patch)
treeb7c6e6c1dbfb1424790d496d6f1e1520bfac7798 /src/client/Server.ts
parent018d92a8a49e7e1a3a41ae87e24a9a8ba60619d6 (diff)
parent845a7989a6ff66b1c922d1f7f69c7560b6783dd8 (diff)
mergging
Diffstat (limited to 'src/client/Server.ts')
-rw-r--r--src/client/Server.ts2
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()