diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-09 07:19:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 07:19:24 -0400 |
commit | 66315d862fdec0ddc1414010626b344d48c14167 (patch) | |
tree | d0436607e50549971dd0acb7b1f2eb1a2ca70539 /docs | |
parent | Merge pull request #7045 from matrix-org/babolivier/room_keys_check (diff) | |
download | synapse-66315d862fdec0ddc1414010626b344d48c14167.tar.xz |
Update routing of fallback auth in the worker docs. (#7048)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 0d84a58958..cf460283d5 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -273,6 +273,7 @@ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance: ^/_matrix/client/(r0|unstable)/register$ + ^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$ Pagination requests can also be handled, but all requests with the same path room must be routed to the same instance. Additionally, care must be taken to |