Merge pull request #4759 from matrix-org/erikj/3pid_client_reader

Move /account/3pid to client_reader
This commit is contained in:
Erik Johnston 2019-02-27 16:11:21 +00:00 committed by GitHub
commit 76550c58d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 33 deletions

View file

@ -224,6 +224,7 @@ following regular expressions::
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
^/_matrix/client/(api/v1|r0|unstable)/login$
^/_matrix/client/(api/v1|r0|unstable)/account/3pid$
Additionally, the following REST endpoints can be handled, but all requests must
be routed to the same instance::