File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,14 @@ export const ADMIN = {
125125
126126const REVIEW_OPPORTUNITIES_URL_DEFAULT = getReactEnv < string > (
127127 'REVIEW_OPPORTUNITIES_URL' ,
128- 'https://www-v6 .topcoder-dev.com/challenges/?bucket=reviewOpportunities&'
128+ 'https://www.topcoder-dev.com/challenges/?bucket=reviewOpportunities&'
129129 + 'tracks[DS]=true&tracks[Des]=true&tracks[Dev]=true&tracks[QA]=true' ,
130130)
131131
132132export const REVIEW = {
133- CHALLENGE_PAGE_URL : 'https://www-v6 .topcoder-dev.com/challenges' ,
133+ CHALLENGE_PAGE_URL : 'https://www.topcoder-dev.com/challenges' ,
134134 OPPORTUNITIES_URL : REVIEW_OPPORTUNITIES_URL_DEFAULT ,
135- PROFILE_PAGE_URL : 'https://profiles-v6 .topcoder-dev.com/profiles' ,
135+ PROFILE_PAGE_URL : 'https://profiles.topcoder-dev.com/profiles' ,
136136}
137137
138138const FILESTACK_SECURITY_POLICY = getReactEnv < string | undefined > ( 'FILESTACK_SECURITY_POLICY' , undefined )
You can’t perform that action at this time.
0 commit comments