diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-03-24 17:35:13 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-03-24 17:36:23 -0400 |
| commit | 05de590c934cae434c62d6f71605b7ce7d23348e (patch) | |
| tree | 2686c416b4bba23e761e6dbea29a30a5650acb0b /haunt/api.scm | |
| parent | f0e1a3a9a79629197736c39a5feddac2e83dd8ae (diff) | |
Finalize capabilityfeature/static-rsvp-form
Diffstat (limited to 'haunt/api.scm')
| -rw-r--r-- | haunt/api.scm | 2 |
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)))))) |