diff options
Diffstat (limited to 'haunt/api.scm')
| -rw-r--r-- | haunt/api.scm | 2 |
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) |