update project api and page, set pagination in blog and create content generator component, create blog single page, ui fix
This commit is contained in:
@@ -41,6 +41,9 @@ export async function getProducts(
|
||||
page = 1,
|
||||
): Promise<IResponse<IProductCardProps[]>> {
|
||||
const cookiesStore = await cookies();
|
||||
console.log('request');
|
||||
console.log(page);
|
||||
|
||||
return api
|
||||
.get(`/product_categories/${categoryId}/products`, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user