Facundo Mattiassi

Results 1 issues of Facundo Mattiassi

Archivos de rutas router.post('/add', async (req, res) => { const { title, url, description } = req.body; const newLink = { title, url, description, }; await pool.query('INSERT INTO links set...