Commit 674bdd46791290a948e37bfe0425c1271d766af4

Authored by José Maria Villac Pinheiro
1 parent 4e847887

V. 0.7.9 - Production test at Heroku.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
routes/reactMap.js
1 module.exports = router => { 1 module.exports = router => {
2 router.get("/consumer", function (req, res, next) { 2 router.get("/consumer", function (req, res, next) {
3 console.log ("Agora vai abrir a página do React Client ..."); 3 console.log ("Agora vai abrir a página do React Client ...");
4 - res.redirect("client/public/index1.html"); 4 + res.redirect("./client/public/index1.html");
5 }); 5 });
6 }; 6 };
7 \ No newline at end of file 7 \ No newline at end of file