1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-15 07:22:16 +03:00

Merge branch 'develop' into voip

This commit is contained in:
Kegan Dougal
2015-07-14 12:04:00 +01:00
2 changed files with 29 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ module.exports.PREFIX_V1 = "/_matrix/client/api/v1";
* A constant representing the URI path for version 2 alpha of the Client-Server
* HTTP API.
*/
module.exports.PREFIX_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha";
module.exports.PREFIX_V2_ALPHA = "/_matrix/client/v2_alpha";
/**
* Construct a MatrixHttpApi.