refactor(presentation): pure HTTP library — remove concrete adapter deps and binary

This commit is contained in:
2026-05-14 12:07:18 +02:00
parent 0c7a6fe9be
commit c072ee95cd
5 changed files with 1 additions and 127 deletions

View File

@@ -88,7 +88,6 @@ pub async fn build(cfg: &Config) -> Infrastructure {
auth: Arc::new(auth::JwtAuthService::new(cfg.jwt_secret.clone(), 86400 * 30)),
hasher: Arc::new(auth::Argon2PasswordHasher),
events: event_publisher,
fed_config: fed_config.clone(),
};
Infrastructure { state, fed_config }