TIA / app /api /aion /route.ts
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
raw
history blame contribute delete
96 Bytes
export async function POST(req) {
return Response.json({ status: "AION endpoint online" });
}