mirror of
https://github.com/strapi/strapi.git
synced 2025-07-18 22:45:47 +00:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
'use strict';
|
|
|
|
const index = require('../../config/policies/index');
|
|
|
|
module.exports = {
|
|
index,
|
|
};
|