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

Commit 59134ff

Browse files
Merge branch 'qa' into dev
2 parents c8ca900 + 32233ff commit 59134ff

File tree

6 files changed

+22771
-3355
lines changed

6 files changed

+22771
-3355
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ dist
105105

106106
# VS Code settings
107107
.vscode/
108+
109+
# OS X files
110+
.DS_Store

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.22.1
1+
16.15.0

config/micro-frontends-routes-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<route path="account">
4444
<application name="@topcoder/mfe-customer-work"></application>
4545
</route>
46+
<route path="support">
47+
<application name="@topcoder/mfe-customer-work"></application>
48+
</route>
4649
<route path="unauthorized">
4750
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
4851
You are unauthorized

config/micro-frontends-routes-local.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<route path="account">
4444
<application name="@topcoder/mfe-customer-work"></application>
4545
</route>
46+
<route path="support">
47+
<application name="@topcoder/mfe-customer-work"></application>
48+
</route>
4649
<route path="unauthorized">
4750
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
4851
You are unauthorized

config/micro-frontends-routes-prod.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<route path="account">
3838
<application name="@topcoder/mfe-customer-work"></application>
3939
</route>
40+
<route path="support">
41+
<application name="@topcoder/mfe-customer-work"></application>
42+
</route>
4043
<route path="unauthorized">
4144
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
4245
You are unauthorized

0 commit comments

Comments
 (0)