diff --git a/web/src/app/api/chat/stream/route.ts b/web/src/app/api/chat/stream/route.ts index 6eaf96b..563977e 100644 --- a/web/src/app/api/chat/stream/route.ts +++ b/web/src/app/api/chat/stream/route.ts @@ -1,3 +1,6 @@ +// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates +// SPDX-License-Identifier: MIT + import { NextResponse, type NextRequest } from "next/server"; import { env } from "~/env";