summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-26 08:24:17 -0500
committerColin Okay <okay@toyful.space>2022-03-26 08:24:17 -0500
commit56e410319b587855da5d57eaeffb8509a4fd6a08 (patch)
treeacf106d76b9c2bae565b7742fb3eb9b7aa14f54e
parentd87613168212893714e17b4ab5feb3d9e9e16e0c (diff)
removed spurious file
-rw-r--r--hacking.lisp9
1 files changed, 0 insertions, 9 deletions
diff --git a/hacking.lisp b/hacking.lisp
deleted file mode 100644
index f84054c..0000000
--- a/hacking.lisp
+++ /dev/null
@@ -1,9 +0,0 @@
-(defpackage #:an-api
- (:use #:cl)
- (:local-nicknames (:lzb :lazybones)))
-
-(in-package :an-api)
-
-(lzb:defendpoint* :get "/search/:where parse-integer:" ((name identity) (age parse-integer)) ()
- "This is documentation"
- (format nil "~a ~a ~a" where name age))