8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
const baseApiUrlPath = '/api';
|
|
const baseProxyUrlPath = '/proxy';
|
|
|
|
export default {
|
|
baseApiUrlPath: baseApiUrlPath,
|
|
baseProxyUrlPath: baseProxyUrlPath
|
|
}
|