aboutsummaryrefslogtreecommitdiff
path: root/module/web
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-10 22:49:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-10 23:45:29 +0200
commit9c1a4b809a8c723114a6b86262b340bf66429a10 (patch)
tree1a8c4e86b9f7de288ec6a13e30bffd00f463218a /module/web
parentAdd (sxml namespaced). (diff)
downloadcalp-9c1a4b809a8c723114a6b86262b340bf66429a10.tar.gz
calp-9c1a4b809a8c723114a6b86262b340bf66429a10.tar.xz
Add various TODOs
Diffstat (limited to 'module/web')
-rw-r--r--module/web/http/make-routes.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/web/http/make-routes.scm b/module/web/http/make-routes.scm
index feba3f19..f83b2f34 100644
--- a/module/web/http/make-routes.scm
+++ b/module/web/http/make-routes.scm
@@ -145,6 +145,8 @@
;; TODO propper logging
(display (format #f "[~a] ~a ~a:~a~a?~a~%"
+ ;; TODO does this even work? Maybe it works due to datetime
+ ;; being included at all expansion points.
(datetime->string (current-datetime))
r:method r:host r:port r:path (or r:query ""))
(current-error-port))