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, 2 insertions, 0 deletions
diff --git a/haunt/api.scm b/haunt/api.scm
index 1cf2b44..3d20280 100644
--- a/haunt/api.scm
+++ b/haunt/api.scm
@@ -21,6 +21,7 @@
(jakob dynamic capabilities comments)
(jakob dynamic capabilities gallery)
(jakob dynamic capabilities rsvp)
+ (jakob dynamic capabilities rsvp-form)
(jakob dynamic errors)
(jakob dynamic logging)
(jakob dynamic rate-limiter)
@@ -78,6 +79,7 @@
(('GET "gallery" "image") get-image)
(('GET "rsvp" "event-info") get-event-info)
(('POST "rsvp") post-event-rsvp)
+ (('GET "event" _) get-rsvp-form)
(_ (lambda (. args) (not-found request)))))
request body))))))