Skip to content

Commit

Permalink
change entitlements endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 18, 2024
1 parent 673a641 commit 676d8f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/MinecraftAuth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/MinecraftAuth.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MinecraftAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class MinecraftAuth {
MinecraftAuth.logger.debug("checkGameOwnership")
const entitlementsResponse = await this.requestHandlers.minecraftServices({
method: "GET",
url: "https://api.minecraftservices.com/entitlements/mcstore",
url: "https://api.minecraftservices.com/entitlements",
headers: {
Authorization: `Bearer ${ accessToken }`
}
Expand Down

0 comments on commit 676d8f0

Please sign in to comment.