From 6298b17b3faeaf37693fc2baa1ae3c5508f93f24 Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Mon, 23 Jul 2018 08:50:10 -0300 Subject: [PATCH] V. 0.7.3 - Production test --- routes/reactMap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/reactMap.js b/routes/reactMap.js index 9aa06d5..547fba1 100644 --- a/routes/reactMap.js +++ b/routes/reactMap.js @@ -1,5 +1,6 @@ module.exports = router => { router.get("/consumer", function (req, res, next) { - res.redirect("index1.html"); + console.log ("Agora vai abrir a página do React Client ..."); + res.redirect("/client/public/index1.html"); }); }; \ No newline at end of file -- libgit2 0.21.2