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

/**
 * header-section controller
 */

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

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