aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/lazybones-test.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/lazybones-test.lisp b/example/lazybones-test.lisp
index 5c7a878..d252849 100644
--- a/example/lazybones-test.lisp
+++ b/example/lazybones-test.lisp
@@ -52,6 +52,7 @@
"Dummy login endpoint for returning a session cookie. Always returns
the \"true\" and sends a set-cookie header, setting 'testappsession'
to 'coolsessionbro'."
+ (print (lzb:request-body)) ; dummy implementation, prints post body to stdout
(setf (lzb:response-cookie "testappsession") "coolsessionbro")
(http-ok "true"))