summaryrefslogtreecommitdiffhomepage
path: root/src/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.go')
-rw-r--r--src/http.go1
1 files changed, 0 insertions, 1 deletions
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)