Just enough fix to get this to build

Does not resolve problem of listing resources in jar
This commit is contained in:
Simon Brooke 2021-12-09 20:36:01 +00:00
parent 3567838fa8
commit a44014e82f
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 5 additions and 4 deletions

View file

@ -37,8 +37,9 @@
(md/md-to-html-string)))
(defn list-resources [directory pattern]
(defn list-resources
"List resource files matching `pattern` in `directory`."
[directory pattern]
(let
[path (str (io/resource-path) directory)]
(session/put! :list-resources-path path)