home-content.js 195 Bytes
'use strict';

/**
 * home-content controller
 */

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

module.exports = createCoreController('api::home-content.home-content');