I have a route where I make a query to the database, to try to send them to view in this way
router.get('/all', (req, res, next) => {
connection.query('SELECT * FROM users', (err, rows, fields) => {
res.render('index', { rows...
asked by
17.11.2018 / 06:17