Posts by Gabriel • 1 point
1 post
-
0
votes1
answer178
viewsQ: Error listing posts with Node.js and sequelize
Every time I open the route "/" says finAll is not a function, what is wrong? const express = require('express') const app = express() const handlebars = require('express-handlebars') const…