aboutsummaryrefslogtreecommitdiff
path: root/examples/dice-roller.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-05-11 12:05:54 -0700
committercolin <colin@cicadas.surf>2024-05-11 12:05:54 -0700
commit887818ec9bcfcf288ed932a566ed6219f5b9f212 (patch)
tree5d6797c148d09a3f919eda86a5b7fe87c7bfb86c /examples/dice-roller.lisp
parent0ed31297b4ed67ac86f683b4806acbfab73190ec (diff)
Add: kitchensink example
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