We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90fc7b commit 4c2bd38Copy full SHA for 4c2bd38
source/main.lisp
@@ -3,7 +3,7 @@
3
(defvar *acceptor* nil "the hunchentoot acceptor")
4
(format t "Articulating Common Lisp...~%")
5
6
-(hunchentoot:define-easy-handler (release :uri "/api/release/") ()
+(hunchentoot:define-easy-handler (release :uri "/api/release") ()
7
(setf (hunchentoot:content-type*) "text/plain")
8
(format t "A release of articulate-common-lisp is present!")
9
(with-open-file (stream "/tmp/articulate-common-lisp.release" :direction :output :if-exists :overwrite :if-does-not-exist :create)
0 commit comments