Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(recipes/api): add fetch-tips-by-id.js to fetch tips by recipe id
The new file fetch-tips-by-id.js is added to fetch tips related to a specific recipe by its id. This feature enhances the user experience by providing relevant tips for each recipe. The function is exported in the index.js file for easy access and use in other parts of the application.
- Loading branch information