{"version":3,"file":"index.mjs","sources":["../../../../server/src/history/controllers/index.ts"],"sourcesContent":["import type { Plugin } from '@strapi/types';\nimport { createHistoryVersionController } from './history-version';\n\nexport const controllers = {\n 'history-version': createHistoryVersionController,\n /**\n * Casting is needed because the types aren't aware that Strapi supports\n * passing a controller factory as the value, instead of a controller object directly\n */\n} as unknown as Plugin.LoadedPlugin['controllers'];\n"],"names":["controllers","createHistoryVersionController"],"mappings":";;MAGaA,WAAAA,GAAc;IACzB,iBAAA,EAAmBC;AAKrB;;;;"}