Skip to content

Commit

Permalink
Debugging av oppdater-kallet.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Nov 15, 2023
1 parent 28eeeac commit b2f4664
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default async function handler(
return res.status(400).json({ error: "Mangler 'status' i body" });
}

//TODO: Dette er bare for debugging.
return res.status(200).json({ status: 200 });

return await proxyRequestWithTokenExchange(
req,
res,
Expand Down

0 comments on commit b2f4664

Please sign in to comment.