aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index 03f6c70..0310200 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -338,7 +338,7 @@ making a new one if not."
(if (stringp (first body)) (rest body) body))
(real-body
(if query-params
- `((map-parameters ,query-params ,@body-without-docstring))
+ `((lazybones:map-parameters ,query-params ,@body-without-docstring))
body-without-docstring)))
`(let* ((,the-app
(or (app ',appname) (make-instance 'lazybones:app :name ',appname)))