UNPKG

strapi-plugin-soft-delete

Version:

Add a soft delete feature to your project

18 lines (16 loc) 367 B
import register from "./register"; import bootstrap from "./bootstrap"; import config from "./config"; import controllers from "./controllers"; import routes from "./routes"; import policies from "./policies"; import services from "./services"; export default { register, bootstrap, config, controllers, routes, services, policies, };