federation-api: Fix version discovery endpoint
This commit is contained in:
parent
1bb9298059
commit
21487aacdc
@ -7,8 +7,8 @@ ruma_api! {
|
|||||||
metadata: {
|
metadata: {
|
||||||
description: "Get the implementation name and version of this homeserver.",
|
description: "Get the implementation name and version of this homeserver.",
|
||||||
method: GET,
|
method: GET,
|
||||||
name: "discover_homeserver",
|
name: "get_server_version",
|
||||||
path: "/.well-known/matrix/server",
|
path: "/_matrix/federation/v1/version",
|
||||||
rate_limited: false,
|
rate_limited: false,
|
||||||
authentication: None,
|
authentication: None,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user