This commit is contained in:
2022-02-24 02:10:37 -05:00
parent 04c96fafc4
commit 1696995fb6

View File

@@ -18,7 +18,7 @@ defmodule EntenduWeb.Router do
pipeline :authorized_files do
plug AuthorizeLink
plug Plug.Static, at: "/uploads", from: {:entendu "priv/uploads"}, gzip: false
plug Plug.Static, at: "/uploads", from: {:entendu, "priv/uploads"}, gzip: false
end
pipeline :authorized_link do