the-governing-council.js 222 Bytes
'use strict';

/**
 * the-governing-council controller
 */

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

module.exports = createCoreController('api::the-governing-council.the-governing-council');