Skip to content

Commit

Permalink
chore: add logging for clerk api
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Nov 29, 2023
1 parent a0f945d commit 72770b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/[...paths].ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 72770b3

Please sign in to comment.