Add 204 response to POST request.

This commit is contained in:
jkaplon 2015-10-19 12:45:08 -04:00
parent 5077b1436d
commit 23c269dc79

View File

@ -142,6 +142,7 @@ app.post('/', function(req, res){
);
stmtCell.finalize();
}
res.status(204).send('POST received');
});
setInterval(function() {