diff --git a/lib/entendu_web/router.ex b/lib/entendu_web/router.ex index 8ca6b02..f591eba 100644 --- a/lib/entendu_web/router.ex +++ b/lib/entendu_web/router.ex @@ -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