Skip to content

Commit 549fd24

Browse files
authored
Merge pull request #5167 from topcoder-platform/develop
Release 2020-11-5 - Auth0 hotfix and Change URL for Apollo
2 parents 71721f4 + 470d5fd commit 549fd24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- develop-auth0-sync
234233
- develop
234+
- auth0-hotfix-v3
235235
# This is alternate dev env for parallel testing
236236
- "build-test":
237237
context : org-global

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"supertest": "^3.1.0",
141141
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3",
142142
"tc-ui": "^1.0.12",
143-
"topcoder-react-lib": "1.1.0",
143+
"topcoder-react-lib": "1.1.1",
144144
"topcoder-react-ui-kit": "2.0.1",
145145
"topcoder-react-utils": "0.7.8",
146146
"turndown": "^4.0.2",

src/shared/routes/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ function Routes({ communityId }) {
130130
<Route
131131
render={() => (
132132
<ContentfulRoute
133-
baseUrl="/apollo"
133+
baseUrl="/wipro-apollo"
134134
id="4Ie8cLj2OvuFqbU46HBGQM"
135135
/>
136136
)}
137-
path="/apollo"
137+
path="/wipro-apollo"
138138
/>
139139
<Topcoder />
140140
</Switch>

0 commit comments

Comments
 (0)