Update
This commit is contained in:
parent
8f63a831c4
commit
f963620cf0
11 changed files with 135 additions and 20 deletions
|
@ -35,7 +35,7 @@ defmodule NullaWeb.Router do
|
|||
get "/followers", FollowController, :followers
|
||||
post "/inbox", InboxController, :inbox
|
||||
get "/outbox", OutboxController, :outbox
|
||||
get "/statuses/:id", NoteController, :show
|
||||
get "/notes/:id", NoteController, :show
|
||||
end
|
||||
|
||||
scope "/@:username" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue