@inspirer-dev/hero-widget-cta-button
Version:
A custom field plugin for Strapi v5 that provides a CTA button selector with different action types (external link, internal link, case, article, copy link, copy nickname).
30 lines (29 loc) • 477 B
text/typescript
export default [
{
method: 'GET',
path: '/cases',
handler: 'controller.getCases',
config: {
policies: [],
auth: false,
},
},
{
method: 'GET',
path: '/articles',
handler: 'controller.getArticles',
config: {
policies: [],
auth: false,
},
},
{
method: 'GET',
path: '/case-categories',
handler: 'controller.getCaseCategories',
config: {
policies: [],
auth: false,
},
},
];