We pass in an arrow function: (req, res) => res.send('Hello World!') Express sends us two objects in this callback, which we called req and ...
確定! 回上一頁