From 5f1bb4ab562d0881091f54ab04c717a0efe1f2d0 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 5 Jan 2023 15:48:40 -0600 Subject: [PATCH] fix(gui): switch default API host to localhost --- gui/examples/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/examples/config.json b/gui/examples/config.json index 04ce3d9e..e088b494 100644 --- a/gui/examples/config.json +++ b/gui/examples/config.json @@ -1,5 +1,5 @@ { "api": { - "root": "http://ssube-desktop.home.holdmyran.ch:5000" + "root": "http://127.0.0.1:5000" } } \ No newline at end of file