From efbcd857112fdce69006207c853bb1a4a37ca67c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 13 Jun 2025 23:34:29 +0200 Subject: Migrate towards using os.Root --- src/http.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http.go') diff --git a/src/http.go b/src/http.go index c9896b5..a5897b4 100644 --- a/src/http.go +++ b/src/http.go @@ -27,7 +27,6 @@ func Run(port int) { mwareC := chain(mwareB, countryHandler) // [C]ountry mwareM := chain(mwareC, mintageHandler) // [M]intage - /* TODO: Put this all in an embed.FS */ mux.Handle("GET /codes/", fs) mux.Handle("GET /designs/", fs) mux.Handle("GET /favicon.ico", fs) -- cgit v1.2.3