Skip to content

Commit 29e8686

Browse files
committed
Add a few other endpoints
Bring this into line with the production haproxy path_map file
1 parent e709c4e commit 29e8686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/SyTest/Homeserver/Synapse.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,12 +1226,12 @@ EOCONFIG
12261226
sub generate_haproxy_get_map
12271227
{
12281228
return <<'EOCONFIG';
1229-
^/_matrix/federation/v1/groups/ federation_reader
1230-
1229+
^/_matrix/client/(api/v1|r0|unstable)/pushrules/ client_reader
1230+
^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader
12311231
^/_matrix/client/r0/user/[^/]*/account_data/ client_reader
12321232
^/_matrix/client/r0/user/[^/]*/rooms/[^/]*/account_data/ client_reader
1233-
^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader
12341233
1234+
^/_matrix/federation/v1/groups/ federation_reader
12351235
EOCONFIG
12361236
}
12371237

0 commit comments

Comments
 (0)