feat(user): routes and simple template
This commit is contained in:
parent
3fd0565227
commit
695e744558
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ defmodule LearningPhoenixWeb.Router do
|
||||||
pipe_through :browser
|
pipe_through :browser
|
||||||
|
|
||||||
get "/", PageController, :home
|
get "/", PageController, :home
|
||||||
|
resources "/users", UserController
|
||||||
end
|
end
|
||||||
|
|
||||||
# Other scopes may use custom stacks.
|
# Other scopes may use custom stacks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue