Commit 823818326ed9ce689afd4fd817315e84d401d768
1 parent
e25d0253
Exists in
master
and in
1 other branch
V. 0.7.13 - Production test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
routes/reactMap.js
1 | 1 | module.exports = router => { |
2 | 2 | router.get("/consumer", function (req, res, next) { |
3 | 3 | console.log ("Agora vai abrir a página do React Client ..."); |
4 | - const path = require('path'); | |
4 | + const path = ""; | |
5 | 5 | res.sendFile(path.resolve(__dirname, 'client/public', 'build', 'index1.html')); |
6 | 6 | }); |
7 | 7 | }; |
8 | 8 | \ No newline at end of file | ... | ... |
-
mentioned in commit a721679008e54c5c2b9d6be6d96caf7304b4477c