company-information.js 216 Bytes
'use strict';

/**
 * company-information controller
 */

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

module.exports = createCoreController('api::company-information.company-information');