UNPKG

strapi-plugin-publisher

Version:

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

10 lines (8 loc) 120 B
'use strict'; module.exports = [ { method: 'GET', path: '/settings', handler: 'settingsController.find', }, ];