Add following and followers
This commit is contained in:
parent
f8bedff913
commit
0b88881934
8 changed files with 261 additions and 4 deletions
|
@ -22,6 +22,8 @@ defmodule NullaWeb.Router do
|
|||
pipe_through :browser
|
||||
|
||||
get "/@:username", UserController, :show
|
||||
get "/@:username/following", FollowController, :following
|
||||
get "/@:username/followers", FollowController, :followers
|
||||
get "/@:username/:note_id", NoteController, :show
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue