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

7 lines
183 B
JavaScript

import { collection, get } from '../helpers/request.ts';
export default {
...collection('applications/'),
getAllFeatures: async () => await get('applications/getAllFeatures')
};