summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/web.scm
diff options
context:
space:
mode:
authorGravatar Andy Wingo2011-02-18 23:34:17 +0100
committerGravatar Andy Wingo2011-02-18 23:34:17 +0100
commita357b2a0dc0d4b109df8e9207d0fcc90a214d2d3 (patch)
tree8bfaf98e70cc213a1d134c85e2edbaf759ef2d9b /tekuti/web.scm
parent9ec70ebff5188e55a2f0765b9f60be9ef0b3a22b (diff)
downloadtekuti-a357b2a0dc0d4b109df8e9207d0fcc90a214d2d3.tar.gz
tekuti-a357b2a0dc0d4b109df8e9207d0fcc90a214d2d3.zip
support for deleting post comments
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)