Skip to content

Commit

Permalink
fix: vrchat enforcing api origin
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Nov 10, 2024
1 parent b2f40b1 commit fb2e1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/vrchat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function normalizeVRChat(value: string) {
.join("");
}

const baseUrl = "https://vrchat.com/api/1/";
const baseUrl = "https://api.vrchat.cloud/api/1/";

const baseApi = wretch()
.url(baseUrl)
Expand Down

0 comments on commit fb2e1de

Please sign in to comment.