feat(bootstrap): wire ActivityPubService as FederationActionPort in AppState
This commit is contained in:
@@ -67,7 +67,7 @@ async fn main() {
|
||||
"/users/{username}/following",
|
||||
axum::routing::get(following_handler),
|
||||
)
|
||||
.layer(infra.fed_config.middleware());
|
||||
.layer(infra.ap_service.federation_config().middleware());
|
||||
|
||||
let base = presentation::routes::router()
|
||||
.merge(ap_router)
|
||||
|
||||
Reference in New Issue
Block a user