Improve view package

This commit is contained in:
Akira Tempaku 2024-04-14 23:58:39 +09:00
commit b771eec3b5
6 changed files with 80 additions and 59 deletions
src/routes

View file

@ -1,7 +1,7 @@
(defpackage #:hp/routes/index
(:use #:cl)
(:local-nicknames (#:pi #:piccolo))
(:local-nicknames (#:view #:hp/view))
(:local-nicknames (#:view #:hp/view/*))
(:export #:handle-get))
(in-package #:hp/routes/index)