From 9c1a4b809a8c723114a6b86262b340bf66429a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Apr 2023 22:49:23 +0200 Subject: Add various TODOs --- module/web/http/make-routes.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/web') 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)) -- cgit v1.2.3