mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
send signing request
This commit is contained in:
@ -39,6 +39,7 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
res.status(200).end();
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err);
|
||||
return res.status(502).end("Coud not send request for signing.");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user