Firstly, add res.status(201).json({ success: true }); --- remove this line res.status(200).send(file being created as csv);.
確定! 回上一頁