Files
mixtape/zero.Backoffice.UI/old_app/api/applications.js
T
2021-12-07 01:11:18 +01:00

7 lines
183 B
JavaScript

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