Add access to helper

This commit is contained in:
Akira Tempaku 2025-05-17 17:14:58 +09:00
commit fa0c60d475
Signed by: paku
GPG key ID: 5B4E8402BCC50607
5 changed files with 9 additions and 3 deletions

View file

@ -2,7 +2,8 @@
(:use #:cl)
(:use-reexport #:hsx
#:jingle
#:jonathan)
#:jonathan
#:access)
(:export #:api-p))
(in-package #:website/helper)