We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e709c4e commit 29e8686Copy full SHA for 29e8686
lib/SyTest/Homeserver/Synapse.pm
@@ -1226,12 +1226,12 @@ EOCONFIG
1226
sub generate_haproxy_get_map
1227
{
1228
return <<'EOCONFIG';
1229
-^/_matrix/federation/v1/groups/ federation_reader
1230
-
+^/_matrix/client/(api/v1|r0|unstable)/pushrules/ client_reader
+^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader
1231
^/_matrix/client/r0/user/[^/]*/account_data/ client_reader
1232
^/_matrix/client/r0/user/[^/]*/rooms/[^/]*/account_data/ client_reader
1233
-^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader
1234
+^/_matrix/federation/v1/groups/ federation_reader
1235
EOCONFIG
1236
}
1237
0 commit comments