chore :correct readme.md file

This commit is contained in:
2025-02-06 16:42:08 +05:30
parent b4da641769
commit 41bd4ffd5f
2 changed files with 83 additions and 69 deletions

View File

@@ -23,7 +23,7 @@ export async function POST(request: Request) {
const mantisBT_Token =process.env.MantisBT_Token || ""; //MantisBT Token
console.log(mantisBT_Token);
const body = await request.json();
//request_category, nature_of_request, issue, message
const { summary, description, additional_information, steps_to_reproduce } = body;