Add featured route

This commit is contained in:
Mirai Kumiko 2025-07-06 09:49:03 +02:00
parent b17e177335
commit f90a7133bc
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
8 changed files with 118 additions and 3 deletions

View file

@ -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