mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
- update marketplaces
- add version to nodes and credentials - hover over node actions
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import client from './client'
|
||||
|
||||
const getConfig = (id) => client.get(`/flow-config/${id}`)
|
||||
const getNodeConfig = (body) => client.post(`/node-config`, body)
|
||||
|
||||
export default {
|
||||
getConfig
|
||||
getConfig,
|
||||
getNodeConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user