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

Commit 9540972

Browse files
committed
This is just getting ridiculous.
1 parent d6b8a43 commit 9540972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front/src/components/common/navigation.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ angular.module('topcoderX') // eslint-disable-line angular/no-services
2323

2424
const token = $cookies.get('tcjwt');
2525
const req = {
26-
url: 'http://api.' + domain() + '.com/v2/user/profile',
26+
url: 'https://api.' + domain() + '.com/v2/user/profile',
2727
method: 'Get',
2828
headers: {
2929
Authorization: 'Bearer ' + token,

0 commit comments

Comments
 (0)