From 4cd4a16f7d226cc4bc6ea0eb9d1f2029ed6b4103 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 12 Jan 2025 16:10:38 +0100 Subject: Add the banknotes/codes page --- src/http.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http.go') diff --git a/src/http.go b/src/http.go index 3feda8c..04c17de 100644 --- a/src/http.go +++ b/src/http.go @@ -29,6 +29,8 @@ 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) mux.Handle("GET /fonts/", fs) -- cgit v1.2.3