1
2
3
export default async function(req: Request): Promise<Response> {
return Response.json({ address: "http://192.168.50.40:8080/event" });
}