From aaee8f7c143a1887e6ad1780eab2f99f2c926dc2 Mon Sep 17 00:00:00 2001 From: Syasya Date: Mon, 25 Aug 2025 18:05:29 +0800 Subject: [PATCH] comment out unused api --- app/api/sungrow/site/route.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); } -} +}*/}