From ca6eb39a89c395a9f22d3d7a3ab4da2034987bdb Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 21 Mar 2021 20:21:43 +0100 Subject: [PATCH] dev env stuff --- dashboard/src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/config.json b/dashboard/src/config.json index aa37043..e122349 100644 --- a/dashboard/src/config.json +++ b/dashboard/src/config.json @@ -2,5 +2,5 @@ "development": true, "defaultMinuteSpan": 60, "reloadIntervalSec": 30, - "dataEndpoint": "http://tortedda.local/climate/api" + "dataEndpoint": "/climate/api" }