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

7 lines
183 B
JavaScript

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