docs: fix /register method

next
Timo 2020-08-18 12:43:27 +02:00
parent 69a7cb5142
commit 27d35f5ab4
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ pub fn get_register_available_route(
Ok(get_username_availability::Response { available: true }.into())
}
/// # `GET /_matrix/client/r0/register`
/// # `POST /_matrix/client/r0/register`
///
/// Register an account on this homeserver.
///