We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4542f5 commit 51c68cdCopy full SHA for 51c68cd
client/src/app/api/upload/route.ts
@@ -57,4 +57,4 @@ export async function POST(req: NextRequest) {
57
const response = new NextResponse(parsedText);
58
response.headers.set('FileName', fileName);
59
return response;
60
-}
+}
0 commit comments