docs: fallback/web endpoint does not appear to be mounted on workers (#9679)
This commit is contained in:
parent
83de0be4b0
commit
4655d2221e
|
@ -0,0 +1 @@
|
||||||
|
Improve worker documentation for fallback/web auth endpoints.
|
|
@ -232,7 +232,6 @@ expressions:
|
||||||
# Registration/login requests
|
# Registration/login requests
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/login$
|
^/_matrix/client/(api/v1|r0|unstable)/login$
|
||||||
^/_matrix/client/(r0|unstable)/register$
|
^/_matrix/client/(r0|unstable)/register$
|
||||||
^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$
|
|
||||||
|
|
||||||
# Event sending requests
|
# Event sending requests
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/redact
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/redact
|
||||||
|
|
Loading…
Reference in New Issue