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 586b3e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.18.4]
### Added
- change graphql path

## [0.18.3]
### Added
- re-add cookie-based login method [PR#969](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/969)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.18.3",
"version": "0.18.4",
"author": "LeetCode",
"publisher": "LeetCode",
"license": "MIT",
Expand Down
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 586b3e4

Please sign in to comment.