From 2cc317b63821884c4f9e9fe4f949b09de68fd151 Mon Sep 17 00:00:00 2001 From: Ayush3603 Date: Mon, 10 Nov 2025 18:27:40 +0530 Subject: [PATCH] Fix #3651: Map 'url' to 'path' for backward compatibility in metrics endpoint --- src/app/api/websites/[websiteId]/metrics/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/websites/[websiteId]/metrics/route.ts b/src/app/api/websites/[websiteId]/metrics/route.ts index fc319d7a..daebcb0b 100644 --- a/src/app/api/websites/[websiteId]/metrics/route.ts +++ b/src/app/api/websites/[websiteId]/metrics/route.ts @@ -65,4 +65,4 @@ export async function GET( } return badRequest(); -} +} \ No newline at end of file