Add public-files middleware

This commit is contained in:
Akira Tempaku 2024-04-12 16:32:26 +09:00
parent 21c2d8aa99
commit f7390b520c
3 changed files with 24 additions and 5 deletions

2
hp.asd
View file

@ -7,4 +7,4 @@
:depends-on ("hp/app")
:in-order-to ((test-op (test-op "hp-tests"))))
(register-system-packages "lack-middleware-accesslog" '(:lack.middleware.accesslog))
(register-system-packages "lack-middleware-static" '(:lack.middleware.static))