UNPKG

strapi-export-collection-lead

Version:

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

21 lines (20 loc) 352 B
module.exports = [ { method: "GET", path: "/", handler: "myController.index", config: { policies: [], auth: false, }, }, { method: "GET", path: "/get-content-type-data", handler: "sitemapurl.getDataByContentType", config: { policies: [], auth: false, }, }, ];