rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
124 Bytes
import client from './client'
const getConfig = (id) => client.get(`/flow-config/${id}`)
export default {
getConfig
}