mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
@@ -69,7 +69,8 @@ export const createFileAttachment = async (req: Request) => {
|
||||
const nodeData = {
|
||||
inputs: {
|
||||
[fileInputField]: storagePath
|
||||
}
|
||||
},
|
||||
outputs: { output: 'document' }
|
||||
}
|
||||
|
||||
let content = ''
|
||||
|
||||
Reference in New Issue
Block a user