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[] = [];