Files
mixtape/zero.Web.UI/app/api/sections.js
T
2020-11-20 15:17:41 +01:00

5 lines
116 B
JavaScript

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