UNPKG

@dlands/strapi-plugin-excel-export-2024

Version:

A strapi plugin used which can be used to download data in xlsx format

23 lines (22 loc) 471 B
module.exports = [ { method: "GET", path: "/get/dropdown/values", handler: "myController.getDropDownData", }, { method: "GET", path: "/get/content-type/schema/:uid", handler: "myController.getContentTypeSchema", }, { method: "GET", path: "/get/table/data", handler: "myController.getTableData", }, { method: "GET", path: "/download/excel", handler: "myController.downloadExcel", }, ];