Update ningle-fbr

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

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