diff --git a/app/api/weather/route.ts b/app/api/weather/route.ts index 9d7b556..9816944 100644 --- a/app/api/weather/route.ts +++ b/app/api/weather/route.ts @@ -1,3 +1,4 @@ +export const dynamic = 'force-dynamic'; import { NextResponse } from "next/server"; export async function GET() {