flowise / packages /ui /src /api /marketplaces.js
rohan13's picture
Flowise Changes
4114d85
import client from './client'
const getAllMarketplaces = () => client.get('/marketplaces')
export default {
getAllMarketplaces
}