refactor: Split account routes into multiple files

This commit is contained in:
Ginger
2026-03-21 21:33:23 -04:00
committed by Ellis Git
parent f5db4d17d6
commit 7e79a544cf
3 changed files with 451 additions and 432 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
.ruma_route(&client::appservice_ping)
.ruma_route(&client::get_supported_versions_route)
.ruma_route(&client::get_register_available_route)
.ruma_route(&client::register_route)
.ruma_route(&client::register::register_route)
.ruma_route(&client::get_login_types_route)
.ruma_route(&client::login_route)
.ruma_route(&client::login_token_route)