summary refs log tree commit diff
path: root/docs/workers.rst
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-19 10:46:22 +0000
committerGitHub <noreply@github.com>2019-02-19 10:46:22 +0000
commit32590b7139f00463b9692081c819bb048da50423 (patch)
tree592ea2c7abe0697649e779967637256796f5c76a /docs/workers.rst
parentTry and make TLS federation client code faster (#4674) (diff)
parentNewsfile (diff)
downloadsynapse-32590b7139f00463b9692081c819bb048da50423.tar.xz
Merge pull request #4670 from matrix-org/erikj/register_login_split
Split /login into client_reader
Diffstat (limited to 'docs/workers.rst')
-rw-r--r--docs/workers.rst3
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``