mfm/src/file_storage.cr

9 lines
104 B
Crystal
Raw Normal View History

2024-01-24 13:13:29 +00:00
require "baked_file_system"
class FileStorage
extend BakedFileSystem
bake_folder "../static"
end