mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-24 07:04:12 -04:00
Drop support for v2_alpha API prefix (#5190)
This commit is contained in:
parent
1757e2d7c3
commit
5f027a315f
8 changed files with 21 additions and 26 deletions
|
@ -22,8 +22,7 @@ from six.moves.urllib.parse import urlencode
|
|||
|
||||
from synapse.config import ConfigError
|
||||
|
||||
CLIENT_PREFIX = "/_matrix/client/api/v1"
|
||||
CLIENT_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha"
|
||||
CLIENT_API_PREFIX = "/_matrix/client"
|
||||
FEDERATION_PREFIX = "/_matrix/federation"
|
||||
FEDERATION_V1_PREFIX = FEDERATION_PREFIX + "/v1"
|
||||
FEDERATION_V2_PREFIX = FEDERATION_PREFIX + "/v2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue