diff --git a/lib/api.ts b/lib/api.ts index 7dbda45..a2a7829 100644 --- a/lib/api.ts +++ b/lib/api.ts @@ -2,7 +2,7 @@ import { Product } from "@/lib/products"; export async function getAllProducts(): Promise { const res = await fetch("https://admin.promtechno.uz/api/products/", { - cache: "force-cache", // build time uchun + cache: "force-cache", // build time uchun for gitea }); if (!res.ok) {