aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/server.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/server.scm')
-rw-r--r--module/entry-points/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm
index 63fb83a8..4c480fe2 100644
--- a/module/entry-points/server.scm
+++ b/module/entry-points/server.scm
@@ -102,7 +102,7 @@
(parse-iso-date end))))))
;; TODO this fails if there's a period in the uid.
- (GET "/calendar/:uid.ics" (uid)
+ (GET "/calendar/:uid{.*}.ics" (uid)
(aif (get-event-by-uid uid)
(return '((content-type text/calendar))
(with-output-to-string