Files
mixtape/zero.Backoffice.UI/app/api/sections.js
T
2021-11-19 16:11:12 +01:00

5 lines
116 B
JavaScript

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