updated rep pdf to stream

This commit is contained in:
2024-05-01 18:52:47 +01:00
parent d6c43409bf
commit 4010712e93
4 changed files with 25 additions and 47 deletions
-8
View File
@@ -196,12 +196,4 @@ export default async function handler(req, res) {
path: `/files/${blobProgress.pinswg_name}.pdf`,
});
});
// return res.status(200).json({
// data: "success",
// path: process.cwd() + `/tmp/${blobProgress.pinswg_name}.pdf`,
// });
// } else {
// return res.status(400).json();
// }
}