mirror of
https://github.com/strapi/strapi.git
synced 2025-10-16 02:26:30 +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 = {
|
||
|
|
||
|
};
|