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