mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
- update marketplaces
- add version to nodes and credentials - hover over node actions
This commit is contained in:
@@ -564,6 +564,12 @@ export class App {
|
||||
return res.json(availableConfigs)
|
||||
})
|
||||
|
||||
this.app.post('/api/v1/node-config', async (req: Request, res: Response) => {
|
||||
const nodes = [{ data: req.body }] as IReactFlowNode[]
|
||||
const availableConfigs = findAvailableConfigs(nodes, this.nodesPool.componentCredentials)
|
||||
return res.json(availableConfigs)
|
||||
})
|
||||
|
||||
// ----------------------------------------
|
||||
// Export Load Chatflow & ChatMessage & Apikeys
|
||||
// ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user