Update ningle-fbr
This commit is contained in:
parent
da5f6f5aa7
commit
4a3f06c156
2 changed files with 1 additions and 4 deletions
src/routes
|
@ -1,8 +1,6 @@
|
|||
(defpackage #:hp/routes/not-found
|
||||
(:use #:cl
|
||||
#:hsx)
|
||||
(:import-from #:jingle
|
||||
#:set-response-status)
|
||||
(:export #:handle-not-found))
|
||||
(in-package #:hp/routes/not-found)
|
||||
|
||||
|
@ -19,5 +17,4 @@
|
|||
"Back to TOP"))))
|
||||
|
||||
(defun handle-not-found ()
|
||||
(set-response-status :not-found)
|
||||
(list (~page) *metadata*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue