Fixing example

This commit is contained in:
Jay McCarthy 2010-12-04 07:54:49 -07:00
parent 83fcd6a8a2
commit f5e9e0dad1

View File

@ -26,7 +26,7 @@
(define-runtime-path example-pth ".")
(serve/servlet (λ (req)
(make-response/full
(response/full
200 #"Okay"
(current-seconds) TEXT/HTML-MIME-TYPE
empty