9router / src /app /api /init /route.js
2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
Raw
History Blame Contribute Delete
147 Bytes
// This API route is called automatically to initialize app
export async function GET() {
return new Response("Initialized", { status: 200 });
}