UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

8 lines (5 loc) 151 B
/** * category controller */ import { factories } from '@strapi/strapi'; export default factories.createCoreController('api::category.category');