summaryrefslogtreecommitdiff
path: root/endpoints.lisp
diff options
context:
space:
mode:
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)
-
-