UNPKG

strapi-plugin-parent-child-relationships

Version:

Strapi plugin to create and manage parent-child relationships between content types using custom fields

9 lines (7 loc) 156 B
const customRelationRoutes = require("./custom-relation"); module.exports = { admin: { type: "admin", routes: [...customRelationRoutes], }, };