Learn how to implement an ExpressJS handler saving data from a POST http request.
Hi, I followed the tutorial up to here and when I submit the email address, I am inserting empty values into the table instead of "UUID, email, time, time" I have "lead email: workplz@plz.com Executing (default): INSERT INTO "Leads" ("id","email","createdAt","updatedAt") VALUES ($1,$2,$3,$4) RETURNING *;" showing on console. My initial guess was that I have bug with sequelize, but still not resolved.