Skip to content

Commit faef084

Browse files
committed
Update: config
1 parent bed3599 commit faef084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/leetcode/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package leetcode
33
const (
44
accountsLoginUrl = "https://leetcode.com/accounts/login/"
55
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/"
1010
graphqlUrl = "https://leetcode-cn.com/graphql"
1111
apiProgressAllUrl = "https://leetcode.com/api/progress/all/"
1212
submissionsLatestUrl = "https://leetcode.com/submissions/latest/"

0 commit comments

Comments
 (0)