summaryrefslogtreecommitdiff
path: root/guix-web/controller.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-web/controller.scm')
-rw-r--r--guix-web/controller.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-web/controller.scm b/guix-web/controller.scm
index ad91008..61df575 100644
--- a/guix-web/controller.scm
+++ b/guix-web/controller.scm
@@ -49,4 +49,5 @@
(unprocessable-entity))))
((GET "librejs")
(render-html (librejs)))
- (_ #f)))
+ ((GET path ...)
+ (render-static-asset path))))