mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 21:52:17 -04:00
Only handle GET requests for /push_rules
This commit is contained in:
parent
208251956d
commit
ec638a1602
2 changed files with 10 additions and 0 deletions
|
@ -229,6 +229,9 @@ following regular expressions::
|
|||
^/_matrix/client/(api/v1|r0|unstable)/keys/changes$
|
||||
^/_matrix/client/versions$
|
||||
^/_matrix/client/(api/v1|r0|unstable)/voip/turnServer$
|
||||
|
||||
Additionally, the following REST endpoints can be handled for GET requests::
|
||||
|
||||
^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$
|
||||
|
||||
Additionally, the following REST endpoints can be handled, but all requests must
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue