UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

10 lines (6 loc) 184 B
'use strict'; /** * category controller */ const { createCoreController } = require('@strapi/strapi').factories; module.exports = createCoreController('api::category.category');