Skip to content

Commit

Permalink
endrer til /api mot regulering
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Refsahl committed Oct 17, 2024
1 parent 030a935 commit c3fd999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/batch.bpen068.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function opprettBpen068(
reguleringsDato: string,
): Promise<StartBatchResponse> {
const response = await fetch(
`${env.penUrl}/springapi/vedtak/regulering/start`,
`${env.penUrl}/api/vedtak/regulering/start`,
{
method: 'POST',
headers: {
Expand Down

0 comments on commit c3fd999

Please sign in to comment.