Warning: Currently broken!

This commit is contained in:
Ryan Pandya
2022-09-07 15:45:30 -07:00
parent ec6be15032
commit 33064a43da
@@ -0,0 +1,7 @@
defmodule LogsrvApi.Crawler do
alias LogsrvApi.{Filesystem,Page,Journal}
def crawl do
Filesystem.
end
end