mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 15:56:06 -04:00
Merge pull request #5063 from matrix-org/erikj/move_endpoints
Move some rest endpoints to client reader
This commit is contained in:
commit
6e27a8620f
4 changed files with 21 additions and 4 deletions
|
@ -227,6 +227,12 @@ following regular expressions::
|
|||
^/_matrix/client/(api/v1|r0|unstable)/account/3pid$
|
||||
^/_matrix/client/(api/v1|r0|unstable)/keys/query$
|
||||
^/_matrix/client/(api/v1|r0|unstable)/keys/changes$
|
||||
^/_matrix/client/versions$
|
||||
^/_matrix/client/(api/v1|r0|unstable)/voip/turnServer$
|
||||
|
||||
Additionally, the following REST endpoints can be handled for GET requests::
|
||||
|
||||
^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$
|
||||
|
||||
Additionally, the following REST endpoints can be handled, but all requests must
|
||||
be routed to the same instance::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue