1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

update comment to reflect right version

This commit is contained in:
David Baker
2019-07-10 12:19:12 +01:00
parent 9e5c2732c9
commit c3b5767999

View File

@@ -47,7 +47,7 @@ module.exports.PREFIX_R0 = "/_matrix/client/r0";
module.exports.PREFIX_UNSTABLE = "/_matrix/client/unstable"; module.exports.PREFIX_UNSTABLE = "/_matrix/client/unstable";
/** /**
* URI path for the identity API * URI path for v1 of the the identity API
*/ */
module.exports.PREFIX_IDENTITY_V1 = "/_matrix/identity/api/v1"; module.exports.PREFIX_IDENTITY_V1 = "/_matrix/identity/api/v1";