Skip to content

Commit

Permalink
allow empty directory for bake_folder (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulaporte committed Feb 15, 2021
1 parent 39d2841 commit 8b4e374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/node/virtual_file_system/file_storage.cr
Expand Up @@ -13,5 +13,5 @@
class FileStorage
extend BakedFileSystem

bake_folder "./api/v1"
bake_folder "./api/v1", __DIR__, true
end

0 comments on commit 8b4e374

Please sign in to comment.