diff --git a/app/api/sungrow/site/route.ts b/app/api/sungrow/site/route.ts index aa99e66..3b23690 100644 --- a/app/api/sungrow/site/route.ts +++ b/app/api/sungrow/site/route.ts @@ -1,4 +1,4 @@ -import { NextResponse } from "next/server"; +{/*import { NextResponse } from "next/server"; import axios from "axios"; export async function GET() { @@ -19,4 +19,4 @@ export async function GET() { console.error("API fetch error:", error); return NextResponse.json({ error: "Failed to fetch inverters" }, { status: 500 }); } -} +}*/}