diff --git a/internal/leetcode/config.go b/internal/leetcode/config.go index cbf07a806..a621f4da3 100644 --- a/internal/leetcode/config.go +++ b/internal/leetcode/config.go @@ -3,10 +3,10 @@ package leetcode const ( accountsLoginUrl = "https://leetcode.com/accounts/login/" apiProblemsAllUrl = "https://leetcode.com/api/problems/all/" - apiProblemsAlgorithmsUrl = "https://leetcode-cn.com/api/problems/algorithms/" - apiProblemsDatabaseUrl = "https://leetcode-cn.com/api/problems/database/" - apiProblemsShellUrl = "https://leetcode-cn.com/api/problems/shell/" - problemsetAllUrl = "https://leetcode-cn.com/problemset/all/" + apiProblemsAlgorithmsUrl = "https://leetcode.com/api/problems/algorithms/" + apiProblemsDatabaseUrl = "https://leetcode.com/api/problems/database/" + apiProblemsShellUrl = "https://leetcode.com/api/problems/shell/" + problemsetAllUrl = "https://leetcode.com/problemset/all/" graphqlUrl = "https://leetcode-cn.com/graphql" apiProgressAllUrl = "https://leetcode.com/api/progress/all/" submissionsLatestUrl = "https://leetcode.com/submissions/latest/"