More debugging the gym_id
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2022-01-11 17:16:39 +01:00
parent bff3d16c98
commit 1fcf6fbd81
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

View File

@ -217,7 +217,7 @@ climbingRoutesRouter.post('/', async (req: Request, res: Response) => {
res.status(400).send({
'message': 'Missing parameters',
'missing': missing,
'value': gym_id
'value': req.query.gym_id
});
return;
}