diff options
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, |