Cannot get / error I am using express
add this on line 48
app.get('/', function (req, res) { res.send('hello world'); });
@ch1ck3n remember its send not end
send
end
@ruiwenge2 sorry typo
@ch1ck3n ah ok
add this on line 48
@ch1ck3n remember its
send
notend
@ruiwenge2 sorry typo
@ch1ck3n ah ok