Skip to content

Commit 4c2bd38

Browse files
committed
Nit from review.
1 parent f90fc7b commit 4c2bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(defvar *acceptor* nil "the hunchentoot acceptor")
44
(format t "Articulating Common Lisp...~%")
55

6-
(hunchentoot:define-easy-handler (release :uri "/api/release/") ()
6+
(hunchentoot:define-easy-handler (release :uri "/api/release") ()
77
(setf (hunchentoot:content-type*) "text/plain")
88
(format t "A release of articulate-common-lisp is present!")
99
(with-open-file (stream "/tmp/articulate-common-lisp.release" :direction :output :if-exists :overwrite :if-does-not-exist :create)

0 commit comments

Comments
 (0)