Skip to content

Commit

Permalink
Export call-app-file. (fixes #91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jul 8, 2024
1 parent c0601cb commit 073333b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/middleware/static.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
(:import-from :alexandria
:starts-with-subseq
:if-let)
(:export :*lack-middleware-static*))
(:export :*lack-middleware-static*
:call-app-file))
(in-package :lack/middleware/static)

(defparameter *lack-middleware-static*
Expand Down

0 comments on commit 073333b

Please sign in to comment.