Add basic pages
This commit is contained in:
parent
9c9ea3abb7
commit
920e03aad6
6 changed files with 89 additions and 220 deletions
|
@ -18,6 +18,7 @@ defmodule NullaWeb.Router do
|
|||
pipe_through :browser
|
||||
|
||||
get "/", PageController, :home
|
||||
get "/@:username", PageController, :profile
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue