2020-11-20 10:32:17 +01:00
|
|
|
import { collection, get } from '../helpers/request.ts';
|
2020-05-05 13:13:19 +02:00
|
|
|
|
2020-04-06 00:26:31 +02:00
|
|
|
export default {
|
2020-11-20 10:32:17 +01:00
|
|
|
...collection('applications/'),
|
2020-04-06 00:26:31 +02:00
|
|
|
|
2020-11-20 10:32:17 +01:00
|
|
|
getAllFeatures: async () => await get('applications/getAllFeatures')
|
2020-04-06 00:26:31 +02:00
|
|
|
};
|