From aeca1eeacce191a74e506e4cabc4b8782792f6af Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 17 Apr 2025 16:43:13 +0800 Subject: [PATCH] chore: add copyright --- web/src/app/api/chat/stream/route.ts | 3 +++ 1 file changed, 3 insertions(+) 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";