diff options
Diffstat (limited to 'haunt/api.scm')
| -rw-r--r-- | haunt/api.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/haunt/api.scm b/haunt/api.scm index 1cf2b44..3ae6748 100644 --- a/haunt/api.scm +++ b/haunt/api.scm @@ -74,10 +74,9 @@ ('(GET "comments") get-comments) (('POST "comment") put-comment) (('POST "comment" "react") put-reaction) - (('GET "gallery") get-gallery) - (('GET "gallery" "image") get-image) (('GET "rsvp" "event-info") get-event-info) (('POST "rsvp") post-event-rsvp) + (('GET "apps" "gallery") get-gallery) (_ (lambda (. args) (not-found request))))) request body)))))) |