add /_conduwuit/server_version
route
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4f1f6fa56f
commit
567b24e410
2 changed files with 13 additions and 1 deletions
|
@ -779,6 +779,7 @@ fn routes() -> Router {
|
|||
.ruma_route(server_server::get_keys_route)
|
||||
.ruma_route(server_server::claim_keys_route)
|
||||
.ruma_route(server_server::get_hierarchy_route)
|
||||
.route("/_conduwuit/server_version", get(client_server::conduwuit_server_version))
|
||||
.route("/_matrix/client/r0/rooms/:room_id/initialSync", get(initial_sync))
|
||||
.route("/_matrix/client/v3/rooms/:room_id/initialSync", get(initial_sync))
|
||||
.route("/client/server.json", get(client_server::syncv3_client_server_json))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue