Add featured route
This commit is contained in:
parent
b17e177335
commit
f90a7133bc
8 changed files with 118 additions and 3 deletions
|
@ -85,6 +85,7 @@ defmodule NullaWeb.Router do
|
|||
get "/followers", FollowController, :followers
|
||||
post "/inbox", InboxController, :inbox
|
||||
get "/outbox", OutboxController, :index
|
||||
get "/collections/featured", FeaturedController, :index
|
||||
get "/notes/:id", NoteController, :show
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue