6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
|
export default {
|
||
|
define: {
|
||
|
API_URL: 'http://127.0.0.1:3008',
|
||
|
},
|
||
|
};
|