feat(presentation): /federation/lookup and /federation/follow endpoints

This commit is contained in:
2026-05-14 20:06:55 +02:00
parent a08bb3d698
commit 31487882e0
5 changed files with 153 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
pub mod api_keys;
pub mod auth;
pub mod federation;
pub mod feed;
pub mod health;
pub mod notifications;