From 03e073d06ed9eecf05b7a67e8d9c1ddf54ae0fee Mon Sep 17 00:00:00 2001 From: Syasya Date: Mon, 25 Aug 2025 18:07:56 +0800 Subject: [PATCH] uncomment --- 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 3b23690..aa99e66 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 }); } -}*/} +}