UNPKG

strapi-plugin-cdn-prefix

Version:
11 lines (10 loc) 141 B
module.exports = [ { method: 'GET', path: '/', handler: 'myController.index', config: { policies: [], }, }, ];