tidak bisa mendapatkan masalah di nodeJs

app.get('/', function (req, res) {
  res.render('index', {});
});
Comfortable Caterpillar