budgetpanorama.js 201 Bytes
'use strict';

/**
 * budgetpanorama controller
 */

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

module.exports = createCoreController('api::budgetpanorama.budgetpanorama');