From c5e7265fc471ec022967172e6d4200eee09051b0 Mon Sep 17 00:00:00 2001 From: Andre Bossard Date: Wed, 17 Feb 2016 09:19:04 +0100 Subject: [PATCH] So it works at least a bit better locally. It still breaks later on though. --- src/static/utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/utils/config.js b/src/static/utils/config.js index 63679e0d..a0f1c88f 100644 --- a/src/static/utils/config.js +++ b/src/static/utils/config.js @@ -1 +1 @@ -export const SERVER_URL = 'http://100.64.10.112:8000'; +export const SERVER_URL = 'http://localhost:8000';