industry-page.js 198 Bytes
'use strict';

/**
 * industry-page controller
 */

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

module.exports = createCoreController('api::industry-page.industry-page');