UNPKG

strapi-export-collection-lead

Version:

Effortlessly export Strapi collection data to CSV with filters like date range.

11 lines (9 loc) 188 B
"use strict"; module.exports = ({ strapi }) => ({ index(ctx) { ctx.body = strapi .plugin("sitemap") .service("myService") .getWelcomeMessage(); }, });