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

PROD-1551 header -> dev #63

Merged
merged 7 commits into from
May 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixes /work route to point to mfe-customer-work
  • Loading branch information
testflyjets committed May 6, 2022
commit 8b64c8d9d6775d474739a7f0a54540c389145a46
2 changes: 1 addition & 1 deletion config/micro-frontends-routes-development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<application name="@topcoder/mfe-customer-work"></application>
</route>
<route path="work">
<application name="@topcoder/micro-frontends-self-service-app"></application>
<application name="@topcoder/mfe-customer-work"></application>
</route>
<route path="account">
<application name="@topcoder/mfe-customer-work"></application>
Expand Down
2 changes: 1 addition & 1 deletion config/micro-frontends-routes-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<application name="@topcoder/mfe-customer-work"></application>
</route>
<route path="work">
<application name="@topcoder/micro-frontends-self-service-app"></application>
<application name="@topcoder/mfe-customer-work"></application>
</route>
<route path="account">
<application name="@topcoder/mfe-customer-work"></application>
Expand Down