master-state.js 195 Bytes
'use strict';

/**
 * master-state controller
 */

const { createCoreController } = require('@strapi/strapi').factories;

module.exports = createCoreController('api::master-state.master-state');