We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fb58b commit 6b8499aCopy full SHA for 6b8499a
1 file changed
app/(chat)/api/files/serve/route.ts
@@ -1,5 +1,5 @@
1
-import { type NextRequest, NextResponse } from "next/server";
2
import { get } from "@vercel/blob";
+import { type NextRequest, NextResponse } from "next/server";
3
4
import { auth } from "@/app/(auth)/auth";
5
0 commit comments