Skip to content

Commit 0853769

Browse files
authored
Merge pull request #107 from BeyteFlow/copilot/fix-javadoc-framework-reference
Fix incorrect framework reference in JSDoc (`route.ts`)
2 parents 1b53a44 + a922cc6 commit 0853769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/api/generate/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const dynamic = "force-dynamic";
99
* AI README Generation Endpoint
1010
* Optimized for data accuracy, clean prompt interpolation, and multi-language support.
1111
*
12-
* @param {Request} req - The incoming Next.js Request object containing the repo URL and optional language.
12+
* @param {Request} req - The incoming Next.js/standard Web API Request object containing the repo URL and optional language.
1313
* @returns {Promise<NextResponse>} A JSON response containing the generated Markdown or an error message.
1414
*/
1515
export async function POST(req: Request) {

0 commit comments

Comments
 (0)