Files
mixtape/zero.Web.UI/App/resources/sections.js
T

5 lines
116 B
JavaScript

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