blog-category.js 186 Bytes
'use strict';

/**
 * blog-category router
 */

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

module.exports = createCoreRouter('api::blog-category.blog-category');