From 47a16529ea37b333e1619122a8dc5804b7392b96 Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Mon, 23 Jul 2018 08:39:25 -0300 Subject: [PATCH] V. 0.7.2 - Another test with production. --- client/public/index1.html | 18 ++++++++++++++++++ routes/reactMap.js | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 client/public/index1.html 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