From 45446ef0534615fa8d230109b00028965d818bc5 Mon Sep 17 00:00:00 2001 From: "leo.zhao" Date: Fri, 13 Sep 2024 14:47:56 +0800 Subject: [PATCH] fix: change graphql api path --- src/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared.ts b/src/shared.ts index 2301f7f..e8b59d8 100644 --- a/src/shared.ts +++ b/src/shared.ts @@ -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`, };