fix: comment trademark api request

This commit is contained in:
Gérard Le Cloerec 2021-04-09 10:36:07 +02:00
parent 164db10e08
commit 472177cc04

View File

@ -43,19 +43,19 @@ async function getSiteInfo({
}, },
}), }),
}), }),
config.storeApiFetch('/v2/trademarks', { // config.storeApiFetch('/v2/trademarks', {
method: 'POST', // method: 'POST',
body: JSON.stringify({ // body: JSON.stringify({
PostBody: { // PostBody: {
limit: 10, // limit: 10,
structure: { // structure: {
_id: 1, // _id: 1,
name: 1, // name: 1,
code: 1, // code: 1,
}, // },
}, // },
}), // }),
}), // }),
]) ])
const categories = p1.datas const categories = p1.datas