Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ff66763

Browse files
committed
Use HTTPS for profile checks
1 parent bfdab7e commit ff66763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/constants.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ const GITLAB_REFRESH_TOKEN_BEFORE_EXPIRATION = 300;
5151
const TOPCODER_VALUES = {
5252
dev: {
5353
TC_LOGIN_URL: 'https://accounts.topcoder-dev.com/member',
54-
TC_USER_PROFILE_URL: 'http://api.topcoder-dev.com/v2/user/profile',
54+
TC_USER_PROFILE_URL: 'https://api.topcoder-dev.com/v2/user/profile',
5555
},
5656
prod: {
5757
TC_LOGIN_URL: 'https://accounts.topcoder.com/member',
58-
TC_USER_PROFILE_URL: 'http://api.topcoder.com/v2/user/profile',
58+
TC_USER_PROFILE_URL: 'https://api.topcoder.com/v2/user/profile',
5959
},
6060
};
6161

0 commit comments

Comments
 (0)