Skip to content

Commit d4b05d5

Browse files
authored
Merge pull request #5163 from topcoder-platform/apollo-site
Apollo site url patch
2 parents 4778c74 + 9a3098d commit d4b05d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)