UNPKG

strapi-plugin-populate

Version:

A strapi plugin that allow to populate models by query-params and routes.json

6 lines (4 loc) 104 B
'use strict'; module.exports = async () => { strapi.config.middleware.load.after.push('populate') };