From 5cce96a68272bab5204b806116be98bee051a97d Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 12 May 2024 09:53:55 -0700 Subject: Add: defendpoint example; Fix: tweak defendpoint docstring --- weekend.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'weekend.asd') diff --git a/weekend.asd b/weekend.asd index e48b022..6e3b9f4 100644 --- a/weekend.asd +++ b/weekend.asd @@ -5,9 +5,10 @@ :author "colin " :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"))) -- cgit v1.2.3