Duplicated from huggingchat/chat-ui
6d91018
1
2
3
4
export async function GET() { return new Response("OK", { status: 200 }); }