fix: remove well-known
This commit is contained in:
parent
1bf614b0f5
commit
005e00e9b1
2 changed files with 0 additions and 6 deletions
|
@ -163,11 +163,6 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg_attr(feature = "conduit_bin", get("/.well-known/matrix/server"))]
|
||||
pub fn well_known_server() -> Json<String> {
|
||||
rocket::response::content::Json(json!({ "m.server": "pc.koesters.xyz:59003"}).to_string())
|
||||
}
|
||||
|
||||
#[cfg_attr(feature = "conduit_bin", get("/_matrix/federation/v1/version"))]
|
||||
pub fn get_server_version() -> ConduitResult<get_server_version::Response> {
|
||||
Ok(get_server_version::Response {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue