app.post('/', async function(req, res) { ... //code Res. send("ok") });
Related questions
Find more questions by tags Node.jsJavaScript