Debugging routes POST
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2022-01-11 17:09:22 +01:00
parent 561fbf0a75
commit 578032c8a6
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

View File

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