From 0856c5b3308ce1ca477a32f1328d562efd7b78f4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 15 Oct 2024 06:13:48 -0500 Subject: [PATCH] Switching to ningle/clack based app --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index d4c652e..c39d81a 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -526,7 +526,7 @@ with the image attached" "Redirecting to the health form")))) (defun main () - (start-server 4242) + (clack:clackup *app* :port 4242) (log:info "Server has started on port 4242~&") (handler-case (bt:join-thread (find-if (lambda (th)