From 32c06f59c654b9876404053a683d337f27e44e19 Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 18 Sep 2026 10:45:06 +0530 Subject: [PATCH] api key changed --- src/app/api/reviews/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/reviews/route.ts b/src/app/api/reviews/route.ts index 51b2212..d7943cb 100644 --- a/src/app/api/reviews/route.ts +++ b/src/app/api/reviews/route.ts @@ -5,7 +5,7 @@ export const dynamic = 'force-static'; export async function GET() { - const apiKey = "6f49f63fbe238dc99a431723418b46861c1ad9fd2662cefd9f747b2d16196d3a"; + const apiKey = "77484a722e0e2880a53c94639023035d37f05725376bd7c88051d3986249d196"; const placeId = "ChIJW9-CDf_X1IkRnBCKKZdqyvA"; let allReviews: any[] = [];