Files
prezentacija-komponiranje/frontend/src/const.js
2024-01-23 22:32:11 +01:00

4 lines
252 B
JavaScript

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/";