comments: get_comments()

in index.js [57:63]


                 comments: get_comments()
               });
});

app.post('/', function(req, res) {
    var comment = req.body.comment;
    if (comment) {