Add users
This commit is contained in:
parent
956f2625fd
commit
162aa095d3
15 changed files with 489 additions and 99 deletions
|
@ -19,6 +19,7 @@ defmodule NullaWeb.Router do
|
|||
|
||||
get "/", PageController, :home
|
||||
get "/@:username", UserController, :show
|
||||
resources "/users", UserController
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue