mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2026-04-20 11:45:10 +02:00
Print req on err
This commit is contained in:
parent
d8392e7d52
commit
d654a34229
@ -207,7 +207,7 @@ masterRouter.post("/collectStats", async (req, res) => {
|
|||||||
}
|
}
|
||||||
res.send(true);
|
res.send(true);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err);
|
console.log(err, req.body);
|
||||||
res.status(400).send(err);
|
res.status(400).send(err);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user