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

/**
 * current-history router
 */

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

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