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)