update deploy yml #11

Merged
Syasya merged 4 commits from feature/syasya/testlayout into master 2025-08-25 10:10:44 +00:00
Showing only changes of commit dca62ebe8b - Show all commits

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