added tenant fieldarray and date ranges
This commit is contained in:
@@ -193,7 +193,7 @@ export default async function handler(req, res) {
|
||||
|
||||
return res.status(200).json({
|
||||
data: "success",
|
||||
path: `tmp/${blobProgress.pinswg_name}.pdf`,
|
||||
path: process.cwd() + `/tmp/${blobProgress.pinswg_name}.pdf`,
|
||||
});
|
||||
// } else {
|
||||
// return res.status(400).json();
|
||||
|
||||
Reference in New Issue
Block a user