Fixes get_turn_server_info path by prepending a "/"

This commit is contained in:
Devin Ragotzy 2020-08-26 15:42:42 -04:00 committed by GitHub
parent e4cd59e7e5
commit 409fbcc9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ ruma_api! {
description: "Get credentials for the client to use when initiating VoIP calls.",
method: GET,
name: "turn_server_info",
path: "_matrix/client/r0/voip/turnServer",
path: "/_matrix/client/r0/voip/turnServer",
rate_limited: true,
requires_authentication: true,
}