Posts by CMendes • 11 points
1 post
-
1
votes2
answers4910
viewsA: Cannot GET /index.html Node JS error
Boas Alexandre, i think the problem is that the file "index.html" is not being sent to when the GET request. var path = require('path'); app.get('/', function(req, res) {…