We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b5a7 commit 5e1225fCopy full SHA for 5e1225f
pages/api/deploy.ts
@@ -31,7 +31,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
31
pin: req.body.pin
32
}
33
// const opts = {headers: {Authorization: 'Bearer ' + do_token, Accept: 'application/json'}};
34
- const new_pt = await axios.post(process.env.APP_URL + '/auth/addPatient', new_pt_body, {timeout: 50000});
+ const new_pt = await axios.post(process.env.APP_URL + '/auth/addPatient', new_pt_body, {timeout: 120000});
35
const url_full = new_pt.data.url;
36
const doc_patient = await patients.get(req.body.email);
37
doc_patient.phr = url_full;
0 commit comments