mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: signup password validation
feat: add search by brands (WIP)
This commit is contained in:
@@ -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',
|
||||
{
|
||||
|
Reference in New Issue
Block a user