feat: migration to phoenix 1.8 - overwrite unchanged files

This commit is contained in:
Moritz 2025-07-09 19:47:22 +02:00
parent d89b1d1cc0
commit 50832da885
Signed by: moritz
GPG key ID: 1020A035E5DD0824
9 changed files with 1433 additions and 43 deletions

View file

@ -2,8 +2,6 @@ defmodule MvWeb.PageController do
use MvWeb, :controller
def home(conn, _params) do
# The home page is often custom made,
# so skip the default app layout.
render(conn, :home, layout: false)
render(conn, :home)
end
end