Myślę, że Ashley jest na dobrej drodze. Aby jednak wyjaśnić, gdzie występuje problem, spróbuj użyć tego jako przewodnika:http:// /expressjs.com/en/guide/routing.html
app.get('/drinks', function (req, res) {
drink.findAll(req, res);
});
Następnie możesz dodać logowanie między tym wywołaniem a funkcją findAll.