/**
 * category router.
 */

import { factories } from '@strapi/strapi';

export default factories.createCoreRouter('api::category.category');
