mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-08-02 21:28:31 +00:00
convert Client into Service
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f465d77ad3
commit
8a2ae401df
13 changed files with 159 additions and 23 deletions
|
@ -178,7 +178,6 @@ async fn request_well_known(dest: &str) -> Result<Option<String>> {
|
|||
}
|
||||
|
||||
let response = services()
|
||||
.globals
|
||||
.client
|
||||
.well_known
|
||||
.get(&format!("https://{dest}/.well-known/matrix/server"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue