From 674bdd46791290a948e37bfe0425c1271d766af4 Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Mon, 23 Jul 2018 11:26:51 -0300 Subject: [PATCH] V. 0.7.9 - Production test at Heroku. --- routes/reactMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/reactMap.js b/routes/reactMap.js index 39b6f9c..7babe8f 100644 --- a/routes/reactMap.js +++ b/routes/reactMap.js @@ -1,6 +1,6 @@ module.exports = router => { router.get("/consumer", function (req, res, next) { console.log ("Agora vai abrir a página do React Client ..."); - res.redirect("client/public/index1.html"); + res.redirect("./client/public/index1.html"); }); }; \ No newline at end of file -- libgit2 0.21.2