Add outbox
This commit is contained in:
parent
b582c93bb1
commit
f05741edb5
4 changed files with 36 additions and 0 deletions
|
@ -22,6 +22,7 @@ defmodule NullaWeb.Router do
|
|||
get "/nodeinfo/2.0", NodeinfoController, :show
|
||||
|
||||
get "/@:username", UserController, :show
|
||||
get "/@:username/outbox", OutboxController, :show
|
||||
get "/@:username/following", FollowController, :following
|
||||
get "/@:username/followers", FollowController, :followers
|
||||
get "/@:username/:note_id", NoteController, :show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue