Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4390 from matrix-org/erikj/versioned_fed_apis
Browse files Browse the repository at this point in the history
Add groundwork for new versions of federation APIs
  • Loading branch information
erikjohnston authored Jan 21, 2019
2 parents 702c4b7 + 1a8f413 commit 5f54765
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 68 deletions.
1 change: 1 addition & 0 deletions changelog.d/4390.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ground work for implementing future federation API versions
3 changes: 2 additions & 1 deletion synapse/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

CLIENT_PREFIX = "/_matrix/client/api/v1"
CLIENT_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha"
FEDERATION_PREFIX = "/_matrix/federation/v1"
FEDERATION_PREFIX = "/_matrix/federation"
FEDERATION_V1_PREFIX = FEDERATION_PREFIX + "/v1"
STATIC_PREFIX = "/_matrix/static"
WEB_CLIENT_PREFIX = "/_matrix/client"
CONTENT_REPO_PREFIX = "/_matrix/content"
Expand Down
Loading

0 comments on commit 5f54765

Please sign in to comment.