feat: Prefill server name in federation test

This commit is contained in:
Jade Ellis
2025-05-01 18:46:30 +01:00
parent cbcf4300df
commit fb9d4c30f4
9 changed files with 24 additions and 12 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ use axum::{
};
use axum_client_ip::SecureClientIpSource;
use conduwuit::{Result, Server, debug, error};
use conduwuit_api::router::state::Guard;
use conduwuit_service::Services;
use conduwuit_service::{Services, state::Guard};
use http::{
HeaderValue, Method, StatusCode,
header::{self, HeaderName},