From d4f8fc15b7e6a2204e8dda92a083684d93a5fa59 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 May 2026 00:29:39 -0500 Subject: refactor some and client side support for new api + cleanup client code and fix some server bugs --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2f39712..3c6b79a 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) { //http.ServeFile(w, r, "static/index.html") renderIndexTemplate(w) } else { - renderWatchTemplate(w, path) + renderWatchTemplate(w, path) // FIXME just redirect this one to /watch for simplicity } } -- cgit v1.2.3