From d122d841e8b7dd7f8942b6f2fa84220f95f2cae4 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 10 Sep 2025 00:46:42 +0100 Subject: Add optional CSS to html --- api/router.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api/router.go') diff --git a/api/router.go b/api/router.go index ec7ac4d..c18fed8 100644 --- a/api/router.go +++ b/api/router.go @@ -22,6 +22,7 @@ func NewServer(api ApiServices) *http.ServeMux { mux.HandleFunc("POST /record", middleware.Cors(handlers.RecordEntry(api.EntiresService, api.Config.Token))) mux.HandleFunc("GET /html", handlers.GetEntriesHtml(api.EntiresService, api.HtmlService)) + mux.HandleFunc("GET /", handlers.Pong()) return mux } -- cgit v1.2.3-70-g09d2