resume changes

This commit is contained in:
Rüdiger Diedrich
2024-06-10 22:09:30 +02:00
parent 8dbfb9ceed
commit 7c05604158
7 changed files with 246 additions and 28 deletions

View File

@ -18,6 +18,7 @@ defmodule HomepageWeb.Router do
pipe_through :browser
get "/", PageController, :home
get "/resume", PageController, :resume
end
# Other scopes may use custom stacks.