UNPKG

strapi-plugin-parent-child-relationships

Version:

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

15 lines (13 loc) 240 B
"use strict"; module.exports = [ { method: "GET", path: "/custom-relation", handler: "customRelation.findMany", }, { method: "GET", path: "/custom-relation/findOne", handler: "customRelation.findOne", }, ];