1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-06 07:38:36 +02:00

docs: fix /register method

This commit is contained in:
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

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.
///