Fix: corrected routing path for workers doc (#18224)

Closes: https://github.com/element-hq/synapse/issues/17926
This commit is contained in:
karuto 2025-03-13 17:26:22 +05:30 committed by GitHub
parent 60b3cd0650
commit 929f19b472
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
changelog.d/18224.doc Normal file
View file

@ -0,0 +1,2 @@
Fixed a minor typo in the Synapse documentation.
Contributed by @karuto12.

View file

@ -255,7 +255,7 @@ information.
^/_matrix/client/(r0|v3|unstable)/keys/changes$
^/_matrix/client/(r0|v3|unstable)/keys/claim$
^/_matrix/client/(r0|v3|unstable)/room_keys/
^/_matrix/client/(r0|v3|unstable)/keys/upload/
^/_matrix/client/(r0|v3|unstable)/keys/upload$
# Registration/login requests
^/_matrix/client/(api/v1|r0|v3|unstable)/login$