Update
This commit is contained in:
parent
cd1e5887c5
commit
f8bedff913
4 changed files with 61 additions and 25 deletions
|
@ -22,7 +22,7 @@ defmodule NullaWeb.Router do
|
|||
pipe_through :browser
|
||||
|
||||
get "/@:username", UserController, :show
|
||||
resources "/users", UserController
|
||||
get "/@:username/:note_id", NoteController, :show
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue