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

Commit a313b89

Browse files
author
Vikas Agarwal
committed
added bang for accounts app url for qa and production env
1 parent 8aad23c commit a313b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ configEnvConstants = (ENV) ->
7272
TCO17_URL : 'http://tco17.topcoder-qa.com'
7373
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco'
7474

75-
ACCOUNTS_APP_URL : 'https://accounts.topcoder-qa.com/#/member'
75+
ACCOUNTS_APP_URL : 'https://accounts.topcoder-qa.com/#!/member'
7676
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder-qa.com/connector.html'
7777

7878
FILE_PICKER_API_KEY: 'ACrnuL2lqRAOOHLOhqwkaz'
@@ -113,7 +113,7 @@ configEnvConstants = (ENV) ->
113113
TCO17_URL : 'http://tco17.topcoder.com'
114114
TCO_HOME_URL : 'https://www.topcoder.com/tco'
115115

116-
ACCOUNTS_APP_URL : 'https://accounts.topcoder.com/#/member'
116+
ACCOUNTS_APP_URL : 'https://accounts.topcoder.com/#!/member'
117117
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder.com/connector.html'
118118

119119
FILE_PICKER_API_KEY: 'ABqZ3MVqqSeiqL2fMOjTxz'

0 commit comments

Comments
 (0)