UNPKG

strapi-plugin-website-builder

Version:

A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.

15 lines (13 loc) 174 B
'use strict'; module.exports = [ { method: 'GET', path: '/logs', handler: 'log.find', }, { method: 'DELETE', path: '/logs/:id', handler: 'log.delete', }, ];