fix/backend-test-mocks #34
Reference in New Issue
Block a user
Delete Branch "fix/backend-test-mocks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- GET /api/products/search?q={query} - parallel search across both sources - GET /api/products/:source/:id - product detail by source (cima/openfoodfacts) - Uses Promise.allSettled for fault-tolerant parallel search - Added imports for searchOTC and OFF service functions