From 3b4f49a63fbab23ab36bccdfc82b86e5223f2495 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 May 2022 18:59:43 +0200 Subject: Implement CSS installation --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 76e9f85..35bacc1 100644 --- a/main.go +++ b/main.go @@ -87,7 +87,7 @@ func index(devices DevicesConfig, appdata string) func(http.ResponseWriter, *htt func css(appdata string) func(http.ResponseWriter, *http.Request) { // read CSS file - path := filepath.Join(appdata, "libweb/libweb.css") + path := filepath.Join(appdata, "webiot.css") css := string(mustRead(path)) return func(w http.ResponseWriter, r *http.Request) { -- cgit v1.2.3-70-g09d2