From aeef26b0b9e03ec864eeb9f0cbd7b05d086eaf2a Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Wed, 29 Nov 2023 17:32:10 +0300 Subject: [PATCH] chore: add logging for clerk api --- pages/api/[...paths].ts | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/api/[...paths].ts b/pages/api/[...paths].ts index f5bfa5453..96ee396d5 100644 --- a/pages/api/[...paths].ts +++ b/pages/api/[...paths].ts @@ -64,6 +64,7 @@ export default async function handler( req: NextApiRequest, res: NextApiResponse ) { + console.log("Proxying request to backend"); const target = await getTargetURL(req); if (!target) {