UNPKG

strapi-plugin-publisher

Version:

A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.

8 lines (6 loc) 169 B
import actionController from './action-controller'; import settingsController from './settings-controller'; export default { actionController, settingsController, };