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 acb272f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1228,9 +1228,10 @@ 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
EOCONFIG
}
Expand Down

0 comments on commit acb272f

Please sign in to comment.