diff options
author | Erik Johnston <erik@matrix.org> | 2019-02-18 17:21:51 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-02-18 17:21:51 +0000 |
commit | 128902d60a79b3fc36be084413e742ecf9300c82 (patch) | |
tree | 6a7a7b1cc883a815755ce3bc31de445c29781667 /docs | |
parent | Split /login into client_reader (diff) | |
download | synapse-128902d60a79b3fc36be084413e742ecf9300c82.tar.xz |
Update worker docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index 6ce7d88c11..3ba5879f76 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -222,11 +222,12 @@ following regular expressions:: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$ + ^/_matrix/client/(api/v1|r0|unstable)/login$ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance:: - ^/_matrix/client/(api/v1|r0|unstable)/register$ + ^/_matrix/client/(r0|unstable)/register$ ``synapse.app.user_dir`` |