We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c4252 commit 238fb33Copy full SHA for 238fb33
src/config/sys.rs
@@ -36,8 +36,8 @@ impl Default for Urls {
36
base: "https://leetcode.cn".into(),
37
graphql: "https://leetcode.cn/graphql".into(),
38
login: "https://leetcode.cn/accounts/login/".into(),
39
- problems: "https://leetcode.cn/api/problems/$category/".into(),
40
- problem: "https://leetcode.cn/problems/$slug/description/".into(),
+ problems: "https://leetcode.com/api/problems/$category/".into(),
+ problem: "https://leetcode.com/problems/$slug/description/".into(),
41
tag: "https://leetcode.cn/tag/$slug/".into(),
42
test: "https://leetcode.cn/problems/$slug/interpret_solution/".into(),
43
session: "https://leetcode.cn/session/".into(),
0 commit comments