dashboard/public/env.js

4 lines
71 B
JavaScript

window.env = {
REACT_APP_API_URL: 'http://localhost:5000/api/v1',
};