reps pdf upload directory restructure

This commit is contained in:
2023-10-04 14:28:56 +01:00
parent f78210c24c
commit 1f669a5efe
29 changed files with 503 additions and 670 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default async function ApiProxy(req, res) {
// emailReplyToId: emailReplyToId,
})
.then((response) => {
console.log("thisis the response", response);
//console.log("thisis the response", response);
return res.status(200).json(data);
})
.catch((err) => {