summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/web.scm')
-rw-r--r--tekuti/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tekuti/web.scm b/tekuti/web.scm
index d5d9fc9..fcd227d 100644
--- a/tekuti/web.scm
+++ b/tekuti/web.scm
@@ -44,6 +44,7 @@
;; web browsers don't handle that
((POST admin delete-post post-key!) page-admin-delete-post)
((POST admin modify-post post-key!) page-admin-modify-post)
+ ((POST admin delete-comment post-key! comment-id!) page-admin-delete-comment)
((GET admin changes) page-admin-changes)
((GET admin changes sha1!) page-admin-change)
((POST admin revert-change sha1!) page-admin-revert-change)