docs: fix /register method
This commit is contained in:
parent
69a7cb5142
commit
27d35f5ab4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue