Skip to content

Commit

Permalink
chore: rename microfrontends (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Nov 29, 2021
1 parent ceaf60d commit 75a309b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/createRemoteConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
echo "[
{
\"path\": \"/iam\",
\"label\": \"Roles Microfrontend\",
\"label\": \"Roles\",
\"menuComponent\": \"Menu\",
\"appComponent\": \"App\",
\"url\": \"${REMOTE_1_URL}/app.js\",
\"appName\": \"reporting_hub_bop_role_ui\"
},
{
\"path\": \"/transfers\",
\"label\": \"Transfers Microfrontend\",
\"label\": \"Transfers\",
\"menuComponent\": \"Menu\",
\"appComponent\": \"App\",
\"url\": \"${REMOTE_2_URL}/app.js\",
Expand Down

0 comments on commit 75a309b

Please sign in to comment.