Files
mixtape/zero.Web.UI/app/api/applications.js
T

7 lines
183 B
JavaScript
Raw Normal View History

import { collection, get } from '../helpers/request.ts';
2020-04-06 00:26:31 +02:00
export default {
...collection('applications/'),
2020-04-06 00:26:31 +02:00
getAllFeatures: async () => await get('applications/getAllFeatures')
2020-04-06 00:26:31 +02:00
};