Browse Source
Fix: Return 404 for non-existent items instead of null response Previously, valid ID formats with non-existent items returned 200 OK with null values, creating ambiguous API responses. Now properly returns 404 Not Found when items don't exist in the database.pull/14382/head
committed by
GitHub
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue