2020-11-20 10:32:17 +01:00
|
|
|
import { collection, get } from '../helpers/request.ts';
|
2020-04-24 12:46:25 +02:00
|
|
|
|
|
|
|
|
export default {
|
2020-11-20 10:32:17 +01:00
|
|
|
...collection('userRoles/'),
|
2020-04-24 12:46:25 +02:00
|
|
|
|
2020-11-20 10:32:17 +01:00
|
|
|
getAllPermissions: async () => await get('userRoles/getAllPermissions')
|
2020-04-24 12:46:25 +02:00
|
|
|
};
|