File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package leetcode
3
3
const (
4
4
accountsLoginUrl = "https://leetcode.com/accounts/login/"
5
5
apiProblemsAllUrl = "https://leetcode.com/api/problems/all/"
6
- apiProblemsAlgorithmsUrl = "https://leetcode-cn .com/api/problems/algorithms/"
7
- apiProblemsDatabaseUrl = "https://leetcode-cn .com/api/problems/database/"
8
- apiProblemsShellUrl = "https://leetcode-cn .com/api/problems/shell/"
9
- problemsetAllUrl = "https://leetcode-cn .com/problemset/all/"
6
+ apiProblemsAlgorithmsUrl = "https://leetcode.com/api/problems/algorithms/"
7
+ apiProblemsDatabaseUrl = "https://leetcode.com/api/problems/database/"
8
+ apiProblemsShellUrl = "https://leetcode.com/api/problems/shell/"
9
+ problemsetAllUrl = "https://leetcode.com/problemset/all/"
10
10
graphqlUrl = "https://leetcode-cn.com/graphql"
11
11
apiProgressAllUrl = "https://leetcode.com/api/progress/all/"
12
12
submissionsLatestUrl = "https://leetcode.com/submissions/latest/"
You can’t perform that action at this time.
0 commit comments