Update ningle-fbr

This commit is contained in:
Akira Tempaku 2025-04-01 01:23:20 +09:00
parent da5f6f5aa7
commit 4a3f06c156
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 1 additions and 4 deletions

View file

@ -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")

View file

@ -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*))