typo
This commit is contained in:
parent
04c96fafc4
commit
1696995fb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue