aboutsummaryrefslogtreecommitdiff
path: root/weekend.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-05-12 09:53:55 -0700
committercolin <colin@cicadas.surf>2024-05-12 09:53:55 -0700
commit5cce96a68272bab5204b806116be98bee051a97d (patch)
tree09d1d4dfba1138b477f0125ec053de5626973700 /weekend.asd
parentce69e1b3c4846b17ca10406e2e7e08d9b46fc7ec (diff)
Add: defendpoint example; Fix: tweak defendpoint docstring
Diffstat (limited to 'weekend.asd')
-rw-r--r--weekend.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/weekend.asd b/weekend.asd
index e48b022..6e3b9f4 100644
--- a/weekend.asd
+++ b/weekend.asd
@@ -5,9 +5,10 @@
:author "colin <colin@cicadas.surf>"
:license "AGPLv3.0"
:version "0.0.1"
- :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind)
+ :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind #:argot)
:pathname "src/"
:serial t
:components ((:file "package")
(:file "protocol")
- (:file "endpoint")))
+ (:file "endpoint")
+ (:file "defendpoint")))