aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cljssss-g.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/cljssss-g.clj b/cljssss-g.clj
index 05b7d18..02c5eeb 100644
--- a/cljssss-g.clj
+++ b/cljssss-g.clj
@@ -313,8 +313,8 @@ to merely being replaced with a div element)?"
(and (params :feed)
(Integer/parseInt (params :feed)))
(Integer/parseInt entry-id-string)))))
- (GET "/layout.css"
- (serve-file "layout.css"))
+ (GET "*"
+ (serve-file path))
(ANY "*"
(page-not-found)))