File size: 124 Bytes
4114d85
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import client from './client'

const getConfig = (id) => client.get(`/flow-config/${id}`)

export default {
    getConfig
}