refactor: address review comments for join view
This commit is contained in:
parent
f1d0526209
commit
021b709e6a
12 changed files with 113 additions and 31 deletions
|
|
@ -24,6 +24,7 @@ defmodule MvWeb.Plugs.JoinFormEnabled do
|
|||
end
|
||||
end
|
||||
|
||||
# Same body as default ErrorHTML 404 (no custom error templates in this app).
|
||||
defp send_404(conn) do
|
||||
conn
|
||||
|> put_resp_content_type("text/html")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue