Skip to content

Commit

Permalink
Gjør uttrekk output for behandling gjenbrukbart av andre behandlinger
Browse files Browse the repository at this point in the history
Co-authored-by: Yun Huang <[email protected]>
  • Loading branch information
EspenSchei and YunHuang-Nav committed Nov 8, 2024
1 parent abad550 commit 6b8d2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/behandling.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export async function getOutputFromBehandling(
behandlingId: string,
) {
const response = await fetch(
`${env.penUrl}/api/omsorgsopptjening/uttrekk/${behandlingId}/output`,
`${env.penUrl}/api/behandling/uttrekk/${behandlingId}/output`,
{
headers: {
Authorization: `Bearer ${accessToken}`,
Expand Down

0 comments on commit 6b8d2ab

Please sign in to comment.