Files
mixtape/zero.Backoffice.UI/old_app/api/config.js
T
2021-12-07 01:11:18 +01:00

5 lines
118 B
JavaScript

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