current-history.js 204 Bytes
'use strict';

/**
 * current-history controller
 */

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

module.exports = createCoreController('api::current-history.current-history');