From a8df6d53a53e34c289154fa0e24226c6d7080f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 13 Jul 2020 01:49:17 +0200 Subject: Minor cleanup. --- module/entry-points/server.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/entry-points') diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm index fc832c13..64204b9d 100644 --- a/module/entry-points/server.scm +++ b/module/entry-points/server.scm @@ -70,6 +70,8 @@ (return '((content-type text/html)) (sxml->html-string '(a (@ (href "/today")) "Gå till idag")))) + ;; TODO any exception in this causes the whole page to fail + ;; It would be much better if most of the page could still make it. (GET "/week/:start-date.html" (start-date) (let* ((start-date (start-of-week (parse-iso-date start-date) -- cgit v1.2.3