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

Commit 51a19a4

Browse files
committed
TSJR-181 - disable TaaS application
1 parent eebf4fd commit 51a19a4

8 files changed

+0
-16
lines changed

config/micro-frontends-config-dev.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@topcoder/mfe-header": "https://platform.topcoder-dev.com/navbar/topcoder-mfe-header.js",
44
"@topcoder/micro-frontends-react-app": "https://platform.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
76
"@topcoder/micro-frontends-task-marketplace-app": "https://platform.topcoder-dev.com/tasks/topcoder-micro-frontends-task-marketplace-app.js",
87
"@topcoder/micro-frontends-earn-app": "https://platform.topcoder-dev.com/earn-app/topcoder-micro-frontends-earn-app.js",
98
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",

config/micro-frontends-config-local.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-dev.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js",
55
"@topcoder/micro-frontends-react-app": "https://platform.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
66
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js",
7-
"@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
87
"@topcoder/micro-frontends-task-marketplace-app": "https://platform.topcoder-dev.com/tasks/topcoder-micro-frontends-task-marketplace-app.js",
98
"@topcoder/micro-frontends-earn-app": "http://localhost:8008/earn-app/topcoder-micro-frontends-earn-app.js",
109
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",

config/micro-frontends-config-prod.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@topcoder/mfe-header": "https://platform.topcoder.com/navbar/topcoder-mfe-header.js",
44
"@topcoder/micro-frontends-react-app": "https://platform.topcoder.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://platform.topcoder.com/taas-app/topcoder-micro-frontends-teams.js",
76
"@topcoder/micro-frontends-task-marketplace-app": "https://platform.topcoder.com/tasks/topcoder-micro-frontends-task-marketplace-app.js",
87
"@topcoder/micro-frontends-earn-app": "https://platform.topcoder.com/earn-app/topcoder-micro-frontends-earn-app.js",
98
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",

config/micro-frontends-config-qa.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@topcoder/mfe-header": "https://platform.topcoder-qa.com/navbar/topcoder-mfe-header.js",
44
"@topcoder/micro-frontends-react-app": "https://platform.topcoder-qa.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder-qa.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://platform.topcoder-qa.com/taas-app/topcoder-micro-frontends-teams.js",
76
"@topcoder/micro-frontends-task-marketplace-app": "https://platform.topcoder-qa.com/tasks/topcoder-micro-frontends-task-marketplace-app.js",
87
"@topcoder/micro-frontends-earn-app": "https://platform.topcoder-qa.com/earn-app/topcoder-micro-frontends-earn-app.js",
98
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-qa.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",

config/micro-frontends-routes-dev.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<route path="micro-frontends-angular-route">
55
<application name="@topcoder/micro-frontends-angular-app"></application>
66
</route>
7-
<route path="taas">
8-
<application name="@topcoder/micro-frontends-teams"></application>
9-
</route>
107
<route path="task-marketplace">
118
<application name="@topcoder/micro-frontends-task-marketplace-app"></application>
129
</route>

config/micro-frontends-routes-local.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<route path="micro-frontends-angular-route">
55
<application name="@topcoder/micro-frontends-angular-app"></application>
66
</route>
7-
<route path="taas">
8-
<application name="@topcoder/micro-frontends-teams"></application>
9-
</route>
107
<route path="taas-admin">
118
<application name="@topcoder/micro-frontends-taas-admin-app"></application>
129
</route>

config/micro-frontends-routes-prod.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<route path="micro-frontends-angular-route">
55
<application name="@topcoder/micro-frontends-angular-app"></application>
66
</route>
7-
<route path="taas">
8-
<application name="@topcoder/micro-frontends-teams"></application>
9-
</route>
107
<route path="task-marketplace">
118
<application name="@topcoder/micro-frontends-task-marketplace-app"></application>
129
</route>

config/micro-frontends-routes-qa.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<route path="micro-frontends-angular-route">
55
<application name="@topcoder/micro-frontends-angular-app"></application>
66
</route>
7-
<route path="taas">
8-
<application name="@topcoder/micro-frontends-teams"></application>
9-
</route>
107
<route path="task-marketplace">
118
<application name="@topcoder/micro-frontends-task-marketplace-app"></application>
129
</route>

0 commit comments

Comments
 (0)