app.post('/api/endpoint', (req,res) => { const body = req.body; res.json(body); }). And here's what a basic Express server looks like.
確定! 回上一頁