5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
|
|
import { get } from '../helpers/request.ts';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
getConfig: async () => await get('zerovue/config')
|
||
|
|
};
|