From faef084c77a8cd2b7a6d9f60aed49f84f38ef6fc Mon Sep 17 00:00:00 2001 From: Openset Date: Tue, 29 Jan 2019 18:28:17 +0800 Subject: [PATCH] Update: config --- internal/leetcode/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/"