diff --git a/dashboard/src/config.json b/dashboard/src/config.json index 4b28a2c..0bedc3f 100644 --- a/dashboard/src/config.json +++ b/dashboard/src/config.json @@ -2,5 +2,5 @@ "development": false, "defaultMinuteSpan": 60, "reloadIntervalSec": 30, - "dataEndpoint": "http://tortedda.local/climate/api" + "dataEndpoint": "/climate/api" }