const form = new FormData() form.append('entry', fs.createReadStream('./readme.md')) await axios.post('http://localhost:3001/api/v0/files/add', form, { headers: ...
確定! 回上一頁