Product detail modal

This commit is contained in:
Eden Kirin
2024-01-23 22:32:11 +01:00
parent 7b213dd33a
commit 5db0026aa7
10 changed files with 97 additions and 18 deletions

View File

@ -1,2 +1,3 @@
export const API_URL = process.env.REACT_APP_BACKEND_API_URL || "http://localhost:10000";
export const MACHINES_API_URL = process.env.REACT_APP_MACHINES_API_URL || "http://localhost:4000";
export const PRODUCTS_API_URL = process.env.REACT_APP_PRODUCTS_API_URL || "http://localhost:4001";
export const PRODUCT_IMAGE_DIR = "/static/products/";