We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 571c9f3 + 957fb7f commit 1b53a44Copy full SHA for 1b53a44
1 file changed
src/app/api/generate/route.ts
@@ -9,7 +9,7 @@ export const dynamic = "force-dynamic";
9
* AI README Generation Endpoint
10
* Optimized for data accuracy, clean prompt interpolation, and multi-language support.
11
*
12
- * @param {Request} req - The incoming Fastify request object containing the repo URL and optional language.
+ * @param {Request} req - The incoming Next.js Request object containing the repo URL and optional language.
13
* @returns {Promise<NextResponse>} A JSON response containing the generated Markdown or an error message.
14
*/
15
export async function POST(req: Request) {
0 commit comments