From 45361bfd67a3c0d63df08860b3944ef578472b60 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 28 Jan 2023 07:20:27 -0800 Subject: Tweak --- endpoints.lisp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'endpoints.lisp') 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) - - -- cgit v1.2.3