mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
add meta
This commit is contained in:
@ -121,6 +121,7 @@ export const handler: OrpcPlugin['Handler'] = ({ plugin }) => {
|
||||
const contractSymbol = plugin.symbol(contractName, {
|
||||
exported: true,
|
||||
meta: {
|
||||
path: ['paths', op.path, op.method.toLowerCase()],
|
||||
pluginName: 'orpc',
|
||||
resource: 'operation',
|
||||
resourceId: op.id,
|
||||
|
||||
Reference in New Issue
Block a user