UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

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