summaryrefslogtreecommitdiff
path: root/haunt/api.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/api.scm')
-rw-r--r--haunt/api.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/api.scm b/haunt/api.scm
index 1b24bc0..c083fcc 100644
--- a/haunt/api.scm
+++ b/haunt/api.scm
@@ -69,7 +69,7 @@
(('GET "comment-form" _) get-comment-form)
('(GET "challenge" "proof-of-work") make-pow-challenge!)
('(GET "challenge" "captcha") make-captcha-challenge!)
- ;; ('(GET "comments") get-comments)
+ ('(GET "comments") get-comments)
(('POST "comment") put-comment)
(('GET "gallery") get-gallery)
(('GET "gallery" "image") get-image)