4114d85
1
2
3
4
5
6
7
8
import client from './client' const getConfig = (id) => client.get(`/flow-config/${id}`) export default { getConfig }