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

Task markerplace app integration #5

Merged
merged 5 commits into from
Dec 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder-dev.com/navbar/topcoder-micro-frontends-navbar-app.js",
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder-dev.com/angular/main.js",
"@topcoder/micro-frontends-teams": "https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js"
"@topcoder/micro-frontends-teams": "https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
"@topcoder/micro-frontends-task-marketplace": "https://mfe.topcoder-dev.com/tasks/topcoder-micro-frontends-task-marketplace-app.js"
}
}
}
3 changes: 2 additions & 1 deletion config/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@topcoder/micro-frontends-navbar-app": "http://local.topcoder-dev.com:8080/topcoder-micro-frontends-navbar-app.js",
"@topcoder/micro-frontends-react-app": "http://local.topcoder-dev.com:8500/topcoder-micro-frontends-react-app.js",
"@topcoder/micro-frontends-angular-app": "http://local.topcoder-dev.com:4200/main.js",
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js"
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js",
"@topcoder/micro-frontends-task-marketplace": "http://local.topcoder-dev.com:8502/topcoder-micro-frontends-task-marketplace-app.js"
}
}
5 changes: 3 additions & 2 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder.com/navbar/topcoder-micro-frontends-navbar-app.js",
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder.com/react/topcoder-micro-frontends-react-app.js",
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder.com/angular/main.js",
"@topcoder/micro-frontends-teams": "https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js"
"@topcoder/micro-frontends-teams": "https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js",
"@topcoder/micro-frontends-task-marketplace": "https://mfe.topcoder.com/topcoder-micro-frontends-task-marketplace-app.js"
}
}
}
3 changes: 3 additions & 0 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
<route path="taas">
<application name="@topcoder/micro-frontends-teams"></application>
</route>
<route path="task-marketplace">
<application name="@topcoder/micro-frontends-task-marketplace"></application>
</route>
<route path="unauthorized">
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
You are unauthorized
Expand Down