Merge branch 'master' into feature/syasya/testlayout
Some checks failed
PR Build Check / build (pull_request) Failing after 1m46s

This commit is contained in:
Syasya 2025-08-25 10:05:41 +00:00
commit b49e4b5b2f

View File

@ -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 });
}
}
}*/}