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) 177 B
'use strict'; module.exports = [ { method: 'POST', path: '/builds', handler: 'build.trigger', }, { method: 'GET', path: '/builds', handler: 'build.find', }, ];