mirror of
https://github.com/strapi/strapi.git
synced 2025-09-09 00:26:28 +00:00
10 lines
236 B
JavaScript
10 lines
236 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
const hasPermissions = require('../../config/policies/hasPermissions');
|
||
|
const isAuthenticatedAdmin = require('../../config/policies/isAuthenticatedAdmin');
|
||
|
|
||
|
module.exports = {
|
||
|
hasPermissions,
|
||
|
isAuthenticatedAdmin,
|
||
|
};
|