mirror of
https://github.com/Nezumi-2711/practice-js.git
synced 2026-09-22 13:38:49 +00:00
Update code
- Implement pagination - Updating recipe servings - Upating Algorithm
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export const API_URL = 'https://forkify-api.herokuapp.com/api/v2/recipes';
|
||||
export const TIMEOUT_SEC = 10;
|
||||
export const RES_PER_PAGE = 10;
|
||||
|
||||
Reference in New Issue
Block a user