aboutsummaryrefslogtreecommitdiff
path: root/resources.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources.go')
-rw-r--r--resources.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources.go b/resources.go
index 737a079..b7ccca6 100644
--- a/resources.go
+++ b/resources.go
@@ -22,7 +22,7 @@ func serve_static() (err error) {
if err != nil {
return err
}
- http.Handle("/static/",
+ http.Handle("/static/{name}",
http.StripPrefix(
"/static/",
http.FileServer(http.FS(static_fs)),