get('/', async (req, res) => { const query = await axios.get('http://localhost:3001/results'); res.render ...
確定! 回上一頁