Skip to content

Commit

Permalink
prøver med andre responser
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Dec 6, 2023
1 parent 4ab7ef8 commit 9798038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/innsending/vedlegg/les.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const handler = beskyttetApi(async (req, res) => {
req: req,
audience: process.env.INNSENDING_AUDIENCE!,
bearerToken: accessToken,
rawResonse: true,
});
});

Expand Down
1 change: 1 addition & 0 deletions pages/api/innsending/vedlegg/slett.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const handler = beskyttetApi(async (req, res) => {
req,
audience: process.env.INNSENDING_AUDIENCE!,
bearerToken: accessToken,
noResponse: true,
});
});

Expand Down

0 comments on commit 9798038

Please sign in to comment.