aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lazybones.lisp')
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index 1738c00..970d212 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -343,7 +343,7 @@ applying HANDLER-FUNCTION slot of ENDPOINT to the ARGS list."
(*response* response)
(*app* app))
(if (request-authorized-p endpoint)
- (apply (endpoint-request-handler endpoint) args)
+ (http-respond (apply (endpoint-request-handler endpoint) args))
(http-err 403))))
(defun request-authorized-p (endpoint)