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