diff --git a/src/routes/addScansByPage.ts b/src/routes/addScansByPage.ts index 5a05896..51ef870 100644 --- a/src/routes/addScansByPage.ts +++ b/src/routes/addScansByPage.ts @@ -29,7 +29,7 @@ export const addScansByPage = async ({ request, reply }) => { if (!req.urls) { return { status: "error", - message: "An array of URLs to send is required.", + message: "An array of URLs to send is required."+req, }; } else { for (const urlObj of req.urls) {