chore: add copyright

This commit is contained in:
Li Xin 2025-04-17 16:43:13 +08:00
parent 86b05dac35
commit aeca1eeacc

View File

@ -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";