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

Commit f4b013a

Browse files
author
vikasrohit
authored
Merge pull request #35 from appirio-tech/dev
Dev
2 parents e84289d + a313b89 commit f4b013a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constants.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configEnvConstants = (ENV) ->
3232
TCO17_URL : 'http://tco17.topcoder-dev.com'
3333
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco'
3434

35-
ACCOUNTS_APP_URL : 'https://accounts.topcoder-dev.com/#/member'
35+
ACCOUNTS_APP_URL : 'https://accounts.topcoder-dev.com/#!/member'
3636
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder-dev.com/connector.html'
3737

3838
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY_DEV
@@ -73,7 +73,7 @@ configEnvConstants = (ENV) ->
7373
TCO17_URL : 'http://tco17.topcoder-qa.com'
7474
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco'
7575

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

7979
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY_QA
@@ -115,7 +115,7 @@ configEnvConstants = (ENV) ->
115115
TCO17_URL : 'http://tco17.topcoder.com'
116116
TCO_HOME_URL : 'https://www.topcoder.com/tco'
117117

118-
ACCOUNTS_APP_URL : 'https://accounts.topcoder.com/#/member'
118+
ACCOUNTS_APP_URL : 'https://accounts.topcoder.com/#!/member'
119119
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder.com/connector.html'
120120

121121
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY_PROD

0 commit comments

Comments
 (0)