diff --git a/client/public/index1.html b/client/public/index1.html
new file mode 100644
index 0000000..67ea32c
--- /dev/null
+++ b/client/public/index1.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+ NEXUS1
+
+
+
+
+
+
diff --git a/routes/reactMap.js b/routes/reactMap.js
index 29573f4..9bb8e39 100644
--- a/routes/reactMap.js
+++ b/routes/reactMap.js
@@ -1,5 +1,5 @@
module.exports = router => {
router.get("/consumer", function (req, res, next) {
- res.redirect("../client/public/index.html");
+ res.redirect("../public/index1.html");
});
};
\ No newline at end of file
--
libgit2 0.21.2