Initial commit: EduBox V2 platform
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user