diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-31 20:38:04 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-31 20:38:04 +0100 |
commit | deede6d6d0bdd7c767b43c1df7dc9554b4f7ba0b (patch) | |
tree | 97c43ae4a375e04f6569e433845a82935278a986 /src/http.go | |
parent | 3e02a12c7bae7ec869369eebabad5fb255193706 (diff) |
Add a page on coin storage
Diffstat (limited to 'src/http.go')
-rw-r--r-- | src/http.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http.go b/src/http.go index e944af2..04c362a 100644 --- a/src/http.go +++ b/src/http.go @@ -27,6 +27,7 @@ func Run(port int) { mux.Handle("GET /designs/", fs) mux.Handle("GET /favicon.ico", fs) mux.Handle("GET /fonts/", fs) + mux.Handle("GET /storage/", fs) mux.Handle("GET /style.min.css", fs) mux.Handle("GET /coins/mintages", chain( firstHandler, |