fix: signup password validation

feat: add search by brands (WIP)
This commit is contained in:
Gérard Le Cloerec
2021-04-09 10:19:47 +02:00
parent 15d740e85f
commit 164db10e08
8 changed files with 81 additions and 70 deletions

View File

@@ -33,20 +33,6 @@ async function getAllPages({
preview?: boolean
} = {}): Promise<GetAllPagesResult> {
config = getConfig(config)
// const { datas } = await config.storeApiFetch('/v2/categories', {
// method: 'POST',
// body: JSON.stringify({
// lang: 'en',
// PostBody: {
// filter: {
// action: 'page',
// },
// limit: 10,
// page: 1,
// },
// }),
// })
const { datas }: { datas: AquilacmsStatic[] } = await config.storeApiFetch(
'/v2/statics',
{