mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 04:40:32 -05:00
4469ea8720
Use request.get_json(silent=True) so a request with the wrong Content-Type or a malformed body falls through to the existing validation path and returns 400 instead of raising a 415/parse error.