diff --git a/config/development.json b/config/development.json
index e378477..5a2a292 100644
--- a/config/development.json
+++ b/config/development.json
@@ -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"
}
-}
\ No newline at end of file
+}
diff --git a/config/local.json b/config/local.json
index 61a5e80..4ee4dcf 100644
--- a/config/local.json
+++ b/config/local.json
@@ -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"
}
}
diff --git a/config/production.json b/config/production.json
index 2eaba43..e9759a1 100644
--- a/config/production.json
+++ b/config/production.json
@@ -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"
}
-}
\ No newline at end of file
+}
diff --git a/src/index.ejs b/src/index.ejs
index b9c2f74..56730f8 100644
--- a/src/index.ejs
+++ b/src/index.ejs
@@ -88,6 +88,9 @@
+
+
+
You are unauthorized