We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b53a44 + a922cc6 commit 0853769Copy full SHA for 0853769
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 Next.js Request object containing the repo URL and optional language.
+ * @param {Request} req - The incoming Next.js/standard Web API 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