UNPKG

exportss

Version:

Strapi Plugin For Export Lead Data

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, }, }, ];