mirror of
https://github.com/Nezumi-2711/practice-js.git
synced 2026-09-22 13:38:49 +00:00
Finish Project
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const API_URL = 'https://forkify-api.herokuapp.com/api/v2/recipes';
|
||||
export const TIMEOUT_SEC = 10;
|
||||
export const RES_PER_PAGE = 10;
|
||||
export const API_KEY = 'aa3a2565-6eea-42a4-bf0a-cb0077fce6cc';
|
||||
export const MODAL_CLOSE_SEC = 2.5;
|
||||
|
||||
Reference in New Issue
Block a user