mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
const baseUrlPath = '/api';
|
|
|
|
export default {
|
|
baseUrlPath: baseUrlPath
|
|
}
|