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