Compare commits
No commits in common. "dca62ebe8b28ccffd6bb6b49c43251639a65bb18" and "b49e4b5b2f5a56f87d51eacd7c9a8124d1e9ce87" have entirely different histories.
dca62ebe8b
...
b49e4b5b2f
@ -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 });
|
||||
}
|
||||
}
|
||||
}*/}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user