Commit 6298b17b3faeaf37693fc2baa1ae3c5508f93f24
1 parent
58040e23
Exists in
master
and in
1 other branch
V. 0.7.3 - Production test
Showing
1 changed file
with
2 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 | - res.redirect("index1.html"); | 3 | + console.log ("Agora vai abrir a página do React Client ..."); |
4 | + res.redirect("/client/public/index1.html"); | ||
4 | }); | 5 | }); |
5 | }; | 6 | }; |
6 | \ No newline at end of file | 7 | \ No newline at end of file |