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

Commit cb6bb8e

Browse files
authored
Merge pull request #5 from vl-ti/feature/task-marketplace-app
Task markerplace app integration
2 parents cf5d0e7 + 5d90095 commit cb6bb8e

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

config/development.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder-dev.com/navbar/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder-dev.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js"
6+
"@topcoder/micro-frontends-teams": "https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
7+
"@topcoder/micro-frontends-task-marketplace": "https://mfe.topcoder-dev.com/tasks/topcoder-micro-frontends-task-marketplace-app.js"
78
}
8-
}
9+
}

config/local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@topcoder/micro-frontends-navbar-app": "http://local.topcoder-dev.com:8080/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "http://local.topcoder-dev.com:8500/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "http://local.topcoder-dev.com:4200/main.js",
6-
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js"
6+
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js",
7+
"@topcoder/micro-frontends-task-marketplace": "http://local.topcoder-dev.com:8502/topcoder-micro-frontends-task-marketplace-app.js"
78
}
89
}

config/production.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder.com/navbar/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js"
6+
"@topcoder/micro-frontends-teams": "https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js",
7+
"@topcoder/micro-frontends-task-marketplace": "https://mfe.topcoder.com/topcoder-micro-frontends-task-marketplace-app.js"
78
}
8-
}
9+
}

src/index.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<route path="taas">
8989
<application name="@topcoder/micro-frontends-teams"></application>
9090
</route>
91+
<route path="task-marketplace">
92+
<application name="@topcoder/micro-frontends-task-marketplace"></application>
93+
</route>
9194
<route path="unauthorized">
9295
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
9396
You are unauthorized

0 commit comments

Comments
 (0)