diff options
Diffstat (limited to 'jakob/dynamic/capabilities/comment-form.scm')
| -rw-r--r-- | jakob/dynamic/capabilities/comment-form.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jakob/dynamic/capabilities/comment-form.scm b/jakob/dynamic/capabilities/comment-form.scm index 12a5f57..958e9dc 100644 --- a/jakob/dynamic/capabilities/comment-form.scm +++ b/jakob/dynamic/capabilities/comment-form.scm @@ -104,9 +104,6 @@ ,(script "proof-of-work.js"))) (define (get-comment-form request body) - "API endpoint handler for querying for the comments on a particular post - -This is a wrapper around `get-comments-by-slug'." (let-values (((captcha-id captcha-image) (new-captcha!))) (let* ((path-encoded (uri-path (request-uri request))) (path (split-and-decode-uri-path path-encoded)) |