aboutsummaryrefslogtreecommitdiff
path: root/src/endpoint.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoint.lisp')
-rw-r--r--src/endpoint.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/endpoint.lisp b/src/endpoint.lisp
index 5c2a386..00f681f 100644
--- a/src/endpoint.lisp
+++ b/src/endpoint.lisp
@@ -386,6 +386,7 @@ the ;."
(content-type
(content-type class)))
(lambda ()
+ (check-request-compliance class)
(setf (http:content-type*) content-type)
(handle (instantiate-endpoint class init-slots)))))