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

5 lines
116 B
JavaScript
Raw Normal View History

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