fix: add force-dynamic to weather route
Some checks failed
Deploy to Coolify / deploy (push) Has been cancelled

This commit is contained in:
2026-04-22 10:13:31 +00:00
parent 9044869fa4
commit 7d72f3dbf1

View File

@@ -1,3 +1,4 @@
export const dynamic = 'force-dynamic';
import { NextResponse } from "next/server"; import { NextResponse } from "next/server";
export async function GET() { export async function GET() {