Skip to content

Commit

Permalink
Add a few other endpoints
Browse files Browse the repository at this point in the history
Bring this into line with the production haproxy path_map file
  • Loading branch information
richvdh committed Apr 20, 2020
1 parent e709c4e commit 29e8686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1226,12 +1226,12 @@ EOCONFIG
sub generate_haproxy_get_map
{
return <<'EOCONFIG';
^/_matrix/federation/v1/groups/ federation_reader
^/_matrix/client/(api/v1|r0|unstable)/pushrules/ client_reader
^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader
^/_matrix/client/r0/user/[^/]*/account_data/ client_reader
^/_matrix/client/r0/user/[^/]*/rooms/[^/]*/account_data/ client_reader
^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader
^/_matrix/federation/v1/groups/ federation_reader
EOCONFIG
}

Expand Down

0 comments on commit 29e8686

Please sign in to comment.