diff --git a/src/api/server/service_auth.rs b/src/api/server/service_auth.rs index 434c624..ee06e81 100644 --- a/src/api/server/service_auth.rs +++ b/src/api/server/service_auth.rs @@ -85,11 +85,11 @@ pub async fn get_service_auth( &token, dpop_proof, "GET", - &format!( + &crate::util::build_full_url(&format!( "/xrpc/com.atproto.server.getServiceAuth?aud={}&lxm={}", params.aud, params.lxm.as_deref().unwrap_or("") - ), + )), ) .await {