federation-api: Fix version discovery endpoint

This commit is contained in:
Kevin Jones 2021-10-19 16:39:09 +01:00 committed by GitHub
parent 1bb9298059
commit 21487aacdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ ruma_api! {
metadata: {
description: "Get the implementation name and version of this homeserver.",
method: GET,
name: "discover_homeserver",
path: "/.well-known/matrix/server",
name: "get_server_version",
path: "/_matrix/federation/v1/version",
rate_limited: false,
authentication: None,
}