aboutsummaryrefslogtreecommitdiff
path: root/playground/src/api/category/services/category.ts
blob: c956ddaec51d10bf382315c882f65274ac007624 (plain) (blame)
1
2
3
4
5
6
7
/**
 * category service.
 */

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

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