diff --git a/src/app/api/reviews/route.ts b/src/app/api/reviews/route.ts index 53d11fc..51b2212 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 = "8f20ae2ffd1700f38274ea87d2230ea8e0982834f8376bf311e7a4f5092662a8"; + const apiKey = "6f49f63fbe238dc99a431723418b46861c1ad9fd2662cefd9f747b2d16196d3a"; const placeId = "ChIJW9-CDf_X1IkRnBCKKZdqyvA"; let allReviews: any[] = [];