diff --git a/config/micro-frontends-config-local.json b/config/micro-frontends-config-local.json
index e1314c6..48e7e86 100644
--- a/config/micro-frontends-config-local.json
+++ b/config/micro-frontends-config-local.json
@@ -9,6 +9,7 @@
"@topcoder/micro-frontends-earn-app": "http://localhost:8008/earn-app/topcoder-micro-frontends-earn-app.js",
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
- "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js"
+ "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js",
+ "@topcoder/micro-frontends-profile-app": "http://localhost:8009/profile-app/topcoder-micro-frontends-profile-app.js"
}
}
diff --git a/config/micro-frontends-routes-local.txt b/config/micro-frontends-routes-local.txt
index ea7b3e8..cce0c91 100644
--- a/config/micro-frontends-routes-local.txt
+++ b/config/micro-frontends-routes-local.txt
@@ -25,6 +25,9 @@
+
+
+
You are unauthorized