search-engine / packages /ui /src /api /marketplaces.js
muhammadhumzaflea's picture
add files
ecaa7fc
import client from './client'
const getAllMarketplaces = () => client.get('/marketplaces')
export default {
getAllMarketplaces
}