From 0b00b8aeadb53abe4cc2bf14d132fe93812b387b Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 4 May 2024 19:25:52 -0700 Subject: added defendpoint macro --- weekend.asd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'weekend.asd') diff --git a/weekend.asd b/weekend.asd index 6e7f833..e48b022 100644 --- a/weekend.asd +++ b/weekend.asd @@ -1,7 +1,7 @@ ;;;; weekend.asd (asdf:defsystem #:weekend - :description "A Metaclass and Protocol for Defining Webservers." + :description "A Metaclass and Protocol for Defining Webservers on Hunchentoot." :author "colin " :license "AGPLv3.0" :version "0.0.1" @@ -10,6 +10,4 @@ :serial t :components ((:file "package") (:file "protocol") - (:file "endpoint") - ; (:file "server") - )) + (:file "endpoint"))) -- cgit v1.2.3