5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
const config = {
|
|
API_BASE_URL: 'http://localhost:8000'
|
|
};
|
|
|
|
export default config;
|