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