dashboard/public/env.js

3 lines
71 B
JavaScript
Vendored

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