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