This commit is contained in:
Akira Tempaku 2024-04-19 22:00:46 +09:00
parent ff9a90a324
commit 47bc8cc9ee
6 changed files with 17 additions and 13 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)