From e7eb5b399725afe7bae2dac27235a6e9478a2f12 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 May 2018 09:16:05 +0200 Subject: Fix play on iOS (grumph) --- client/src/environments/environment.hmr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/environments') diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts index 20e2b8fcd..78cc8a992 100644 --- a/client/src/environments/environment.hmr.ts +++ b/client/src/environments/environment.hmr.ts @@ -1,5 +1,5 @@ export const environment = { production: false, hmr: true, - apiUrl: 'http://localhost:9000' + apiUrl: 'http://192.168.1.42:9000' } -- cgit v1.2.3