mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-21 13:54:07 -04:00
Start implementing the v2_alpha sync API
This commit is contained in:
parent
bda5d7d14f
commit
e26340cee7
5 changed files with 272 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
"""Contains the URL paths to prefix various aspects of the server with. """
|
||||
|
||||
CLIENT_PREFIX = "/_matrix/client/api/v1"
|
||||
CLIENT_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha"
|
||||
FEDERATION_PREFIX = "/_matrix/federation/v1"
|
||||
WEB_CLIENT_PREFIX = "/_matrix/client"
|
||||
CONTENT_REPO_PREFIX = "/_matrix/content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue