Skip to content

Commit 6af3b11

Browse files
authored
Fix IdentityPrefix.V2 containing spurious /api (#2761)
1 parent 041f995 commit 6af3b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-api/prefix.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export enum IdentityPrefix {
4242
/**
4343
* URI path for the v2 identity API
4444
*/
45-
V2 = "/_matrix/identity/api/v2",
45+
V2 = "/_matrix/identity/v2",
4646
}
4747

4848
export enum MediaPrefix {

0 commit comments

Comments
 (0)