Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http: /skus/{sku_code}: raise 404 HTTPException if SKU is not found
We currently assert if the provided SKU number is not found, causing an internal server error. Raise an HTTPException with status 404 instead.
- Loading branch information