diff --git a/app/api/ha/route.ts b/app/api/ha/route.ts index 927a4d7..d9363e7 100644 --- a/app/api/ha/route.ts +++ b/app/api/ha/route.ts @@ -1,3 +1,4 @@ +export const dynamic = 'force-dynamic'; import { NextRequest, NextResponse } from "next/server"; const HA_URL = process.env.HA_URL || "http://192.168.31.110:8123";