aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index 92f6d93..8027f6e 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -285,6 +285,6 @@ for the request's path."
(defun stop ()
(clack:stop *handler*))
-(defun reload ()
+(defun reload (&key (port 5000))
(stop)
(start))