parent
cd747e7470
commit
19aae06f7f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
:do (load-system pkg)
|
||||
(if (string= uri "/not-found")
|
||||
(let ((handler (find-symbol "HANDLE-NOT-FOUND" pkg)))
|
||||
(defmethod ningle:not-found ((app ningle:app))
|
||||
(defmethod ningle:not-found ((app (eql app)))
|
||||
(setf (response-status ningle:*response*) 404)
|
||||
(funcall handler))))
|
||||
(loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue