footer-section.js 201 Bytes
'use strict';

/**
 * footer-section controller
 */

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

module.exports = createCoreController('api::footer-section.footer-section');