Add marketplaces

This commit is contained in:
Henry
2023-04-10 17:47:25 +01:00
parent 58e06718d1
commit c576ea5b67
24 changed files with 2665 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
import client from './client'
const getAllMarketplaces = () => client.get('/marketplaces')
export default {
getAllMarketplaces
}