UNPKG

strapi-content-type-explorer

Version:

A Strapi plugin to view your content types and their relationships

17 lines (16 loc) 279 B
module.exports = { "pass-data": { type: "admin", routes: [ { method: "GET", path: "/get-types", handler: "explorerController.getTypes", config: { policies: [], // auth: false, }, }, ], }, };