We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dd5e0 commit 4e66dd4Copy full SHA for 4e66dd4
1 file changed
src/app/api/message/route.ts
@@ -131,3 +131,5 @@ export const POST = async (req: NextRequest) => {
131
return new StreamingTextResponse(stream);
132
};
133
134
+
135
0 commit comments