aboutsummaryrefslogtreecommitdiff
path: root/playground/src/api/checkbox-item/routes/checkbox-item.ts
blob: bac5602ad04dfc2df0c865319176d9e23d8bef13 (plain) (blame)
1
2
3
4
5
6
7
/**
 * checkbox-item router
 */

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

export default factories.createCoreRouter('api::checkbox-item.checkbox-item');