Add outbox

This commit is contained in:
Mirai Kumiko 2025-06-14 19:27:09 +02:00
parent b582c93bb1
commit f05741edb5
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
4 changed files with 36 additions and 0 deletions

View file

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