brewlog/tests
Jon Seager bee94d2a2e
fix(api): flatten RoastWithRoaster JSON response for consistency
The list-roasts API was returning nested objects with a "roast" field,
which was inconsistent with other list APIs in the codebase. Added
serde's #[serde(flatten)] attribute to make the response flat while
maintaining the internal struct composition.
2026-02-02 16:32:56 +00:00
..
cli fix(api): flatten RoastWithRoaster JSON response for consistency 2026-02-02 16:32:56 +00:00
server refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00