DEV Community

Discussion on: REST API With NodeJS Using SQLite3 and Express

Collapse
 
smiter911 profile image
Wandu

Ey man great read, it saved my bacon today thanks a million.

I do think however there may be an issue:
var reqBody = re.body;
I think it should be
var reqBody = req.body;

It gave me some issues on that but otherwise, things are proper.