Skip to content

Commit 95c327c

Browse files
Fix URL.AUTH https to Dev
1 parent ac734d7 commit 95c327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = {
104104
COMMUNITY_APP: 'https://community-app.topcoder-dev.com',
105105

106106
ARENA: 'https://arena.topcoder-dev.com',
107-
AUTH: 'http://accounts-auth0.topcoder-dev.com',
107+
AUTH: 'https://accounts-auth0.topcoder-dev.com',
108108
BASE: 'https://www.topcoder-dev.com',
109109
HOME: '/my-dashboard',
110110
BLOG: 'https://www.topcoder-dev.com/blog',

0 commit comments

Comments
 (0)