Upgrade to V3 API

This commit is contained in:
2024-03-11 09:50:09 +01:00
parent 0f3c37bf6a
commit 640fa8e9f1
7 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ public class MatrixPath {
}
public static MatrixPath clientR0() {
return client().add("r0");
return client().add("v3");
}
private StringBuilder path = new StringBuilder();