Skip to content

Commit

Permalink
Add /register/available endpoint to workers for Synapse. (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem authored Mar 17, 2023
1 parent 35545b6 commit 3ec41b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ sub generate_haproxy_map
^/_matrix/client/versions$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$ client_reader
^/_matrix/client/(r0|v3|unstable)/register$ client_reader
^/_matrix/client/(r0|v3|unstable)/register/available$ client_reader
^/_matrix/client/(r0|v3|unstable)/auth/.*/fallback/web$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/messages$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event client_reader
Expand Down

0 comments on commit 3ec41b7

Please sign in to comment.