Improve view

This commit is contained in:
Akira Tempaku 2024-04-19 13:04:30 +09:00
parent 0952cb2e13
commit cf691411d7
7 changed files with 39 additions and 20 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)