Skip to content

Commit 45446ef

Browse files
committed
fix: change graphql api path
1 parent 6f42925 commit 45446ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const urlsCn = {
140140
// base urls
141141
base: "https://leetcode.cn",
142142
graphql: "https://leetcode.cn/graphql",
143-
userGraphql: "https://leetcode.cn/graphql/noj-go/",
143+
userGraphql: "https://leetcode.cn/graphql/",
144144
login: "https://leetcode.cn/accounts/login/",
145145
authLoginUrl: `https://leetcode.cn/authorize-login/${protocol}/?path=leetcode.vscode-leetcode`,
146146
};

0 commit comments

Comments
 (0)