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 0310200..bab6ca2 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -288,7 +288,7 @@ applying HANDLER-FUNCTION slot of ENDPOINT to the ARGS list."
(*app* app))
(if (request-authorized-p endpoint)
(apply (endpoint-request-handler endpoint) args)
- (http-err 404))))
+ (http-err 403))))
(defun request-authorized-p (endpoint)
"Attempts to authorize an endpoint.