Fix #3651: Map 'url' to 'path' for backward compatibility in metrics endpoint

This commit is contained in:
Ayush3603 2025-11-10 18:27:40 +05:30
parent 46532f0778
commit 2cc317b638

View file

@ -65,4 +65,4 @@ export async function GET(
}
return badRequest();
}
}