mirror of
https://github.com/strapi/strapi.git
synced 2025-12-17 18:25:40 +00:00
12 lines
176 B
JavaScript
12 lines
176 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
/**
|
||
|
|
* UsersPermissions.js service
|
||
|
|
*
|
||
|
|
* @description: A set of functions similar to controller's actions to avoid code duplication.
|
||
|
|
*/
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
|
||
|
|
};
|