Skip to content

Commit

Permalink
fix: change graphql api path
Browse files Browse the repository at this point in the history
  • Loading branch information
leozhao21 committed Sep 13, 2024
1 parent 6f42925 commit 45446ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const urlsCn = {
// base urls
base: "https://leetcode.cn",
graphql: "https://leetcode.cn/graphql",
userGraphql: "https://leetcode.cn/graphql/noj-go/",
userGraphql: "https://leetcode.cn/graphql/",
login: "https://leetcode.cn/accounts/login/",
authLoginUrl: `https://leetcode.cn/authorize-login/${protocol}/?path=leetcode.vscode-leetcode`,
};
Expand Down

0 comments on commit 45446ef

Please sign in to comment.