search-engine / packages /ui /src /api /config.js
muhammadhumzaflea's picture
add files
ecaa7fc
Raw
History Blame Contribute Delete
124 Bytes
import client from './client'
const getConfig = (id) => client.get(`/flow-config/${id}`)
export default {
getConfig
}