summaryrefslogtreecommitdiff
path: root/endpoints.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-01-28 07:20:27 -0800
committercolin <colin@cicadas.surf>2023-01-28 07:20:27 -0800
commit45361bfd67a3c0d63df08860b3944ef578472b60 (patch)
tree1e8ea553211e2b9700ccc95e9e7dd099aaf1e6f0 /endpoints.lisp
parentcd486030b6e5c92446a0d5a2f502fd2014b6334e (diff)
Tweak
Diffstat (limited to 'endpoints.lisp')
-rw-r--r--endpoints.lisp6
1 files changed, 0 insertions, 6 deletions
diff --git a/endpoints.lisp b/endpoints.lisp
index 06a521f..87fc51e 100644
--- a/endpoints.lisp
+++ b/endpoints.lisp
@@ -67,9 +67,3 @@ I.e. It should be called within the scope of a request handler."
(defendpoint* :get "/tavern" () ()
(with-hero-session (hero)
(tavern hero)))
-
-(defun str (string)
- "A String"
- string)
-
-