Files
mixtape/zero.Backoffice.UI/old_app/api/settings.js
T

5 lines
120 B
JavaScript
Raw Normal View History

import { get } from '../helpers/request.ts';
2020-04-08 00:22:04 +02:00
export default {
getAreas: async () => await get('settings/getAreas')
2020-04-08 00:22:04 +02:00
};