feat(user): routes and simple template

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-12 19:50:35 +02:00
parent 3fd0565227
commit 695e744558
Signed by: anhgelus
GPG key ID: 617773CACE89052C

View file

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