Skip to content

Commit 8d1f45f

Browse files
committed
Remove v6 paths
1 parent 11321b8 commit 8d1f45f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/environments/default.env.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ export const ADMIN = {
125125

126126
const 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

132132
export 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

138138
const FILESTACK_SECURITY_POLICY = getReactEnv<string | undefined>('FILESTACK_SECURITY_POLICY', undefined)

0 commit comments

Comments
 (0)