mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 02:10:02 +02:00
fix: fixed inner router not responding
This commit is contained in:
parent
87c5def115
commit
b9d1295f6f
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ fn routes() -> Router {
|
|||
.ruma_route(client_server::get_relating_events_with_rel_type_route)
|
||||
.ruma_route(client_server::get_relating_events_route)
|
||||
.ruma_route(client_server::get_hierarchy_route)
|
||||
.nest("*", server_routes())
|
||||
.nest("/", server_routes())
|
||||
.route(
|
||||
"/_matrix/client/r0/rooms/:room_id/initialSync",
|
||||
get(initial_sync),
|
||||
|
|
Loading…
Add table
Reference in a new issue