aboutsummaryrefslogtreecommitdiff
path: root/examples/dice-roller.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dice-roller.lisp')
-rw-r--r--examples/dice-roller.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dice-roller.lisp b/examples/dice-roller.lisp
index 3cd6ac3..d87faf4 100644
--- a/examples/dice-roller.lisp
+++ b/examples/dice-roller.lisp
@@ -27,7 +27,7 @@
(:extractors (:rolls parse-integer) (:sides parse-integer))
(:content-type . "text/plain"))
-(defmethod handle ((req roller))
+(defmethod wknd::handle ((req roller))
(with-slots (rolls sides) req
(format nil "~ad~a ... rolled a ~a"
rolls sides