Automated Action 4f79f6c29a Fix HTTP 204 status code response handling
- Remove return None from delete endpoints with 204 status code
- HTTP status code 204 must not have a response body per HTTP spec
- Fixed in both users.py and todos.py API endpoints
- Addresses AssertionError: Status code 204 must not have a response body
2025-05-16 02:27:18 +00:00
..
2025-05-16 01:35:23 +00:00
2025-05-16 01:35:23 +00:00