4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
|
window.env = {
|
||
|
REACT_APP_API_URL: 'http://localhost:5000/api/v1',
|
||
|
};
|