Update ningle-fbr
This commit is contained in:
parent
da5f6f5aa7
commit
4a3f06c156
2 changed files with 1 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
("ningle-fbr" .
|
||||
(:class qlot/source/git:source-git
|
||||
:initargs (:remote-url "https://github.com/skyizwhite/ningle-fbr.git")
|
||||
:version "git-bc87e5de01959cd99364bc14ad3eaf88e52e4478"))
|
||||
:version "git-3c83e74a84e57f8ee2a9e98c4045d9b3e7a937f5"))
|
||||
("lack-mw" .
|
||||
(:class qlot/source/git:source-git
|
||||
:initargs (:remote-url "https://github.com/skyizwhite/lack-mw.git")
|
||||
|
|
|
@ -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