File size: 99 Bytes
fa3ed75
 
 
1
2
3
4
export async function POST(req) {
  return Response.json({ status: "MAPPING endpoint online" });
}