3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
const API_BASE_URL = 'http://localhost:3000';
|
|
|
|
export default API_BASE_URL; |