import { NextResponse } from "next/server"; export async function GET() { return NextResponse.json({ windows: "/agent/edubox-agent.exe", linux: "/agent/edubox-agent", mac: "/agent/edubox-agent-mac", }); }