Switching to ningle/clack based app
This commit is contained in:
parent
228626b65d
commit
0856c5b330
|
@ -526,7 +526,7 @@ with the image attached"
|
||||||
"Redirecting to the health form"))))
|
"Redirecting to the health form"))))
|
||||||
|
|
||||||
(defun main ()
|
(defun main ()
|
||||||
(start-server 4242)
|
(clack:clackup *app* :port 4242)
|
||||||
(log:info "Server has started on port 4242~&")
|
(log:info "Server has started on port 4242~&")
|
||||||
(handler-case
|
(handler-case
|
||||||
(bt:join-thread (find-if (lambda (th)
|
(bt:join-thread (find-if (lambda (th)
|
||||||
|
|
Loading…
Reference in a new issue