This commit is contained in:
Akira Tempaku 2024-04-20 07:45:44 +09:00
parent 4949324e05
commit 027077c97a
25 changed files with 123 additions and 217 deletions
src/routes

View file

@ -2,7 +2,7 @@
(:use #:cl)
(:local-nicknames (#:jg #:jingle))
(:local-nicknames (#:pi #:piccolo))
(:local-nicknames (#:view #:hp/view/*))
(:local-nicknames (#:view #:hp/view/**/*))
(:export #:handle-not-found))
(in-package #:hp/routes/not-found)