Skip to content

Commit 929f19b

Browse files
authored
Fix: corrected routing path for workers doc (#18224)
Closes: #17926
1 parent 60b3cd0 commit 929f19b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelog.d/18224.doc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fixed a minor typo in the Synapse documentation.
2+
Contributed by @karuto12.

docs/workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ information.
255255
^/_matrix/client/(r0|v3|unstable)/keys/changes$
256256
^/_matrix/client/(r0|v3|unstable)/keys/claim$
257257
^/_matrix/client/(r0|v3|unstable)/room_keys/
258-
^/_matrix/client/(r0|v3|unstable)/keys/upload/
258+
^/_matrix/client/(r0|v3|unstable)/keys/upload$
259259

260260
# Registration/login requests
261261
^/_matrix/client/(api/v1|r0|v3|unstable)/login$

0 commit comments

Comments
 (0)