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

Commit d6b8a43

Browse files
committed
Well, that’s stupid
1 parent 6af4358 commit d6b8a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front/src/app/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ angular.module('topcoderX')
2020
var tcDomain = baseUrl.indexOf('topcoder.com') > -1 ? 'topcoder.com' : 'topcoder-dev.com';
2121
return {
2222
TC_LOGIN_URL: 'https://accounts.' + tcDomain + '/member',
23-
TC_USER_PROFILE_URL: 'http://api.' + tcDomain + '/v2/user/profile',
23+
TC_USER_PROFILE_URL: 'https://api.' + tcDomain + '/v2/user/profile',
2424
API_URL: 'https://api.' + tcDomain + '',
2525
ADMIN_TOOL_URL: 'https://api.' + tcDomain + '/v2',
2626
ACCOUNTS_CONNECTOR_URL: 'https://accounts.' + tcDomain + '/connector.html',

0 commit comments

Comments
 (0)