Skip to content

Commit

Permalink
fjern / på route fra vedtak statistikk
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziAbuQassim committed May 11, 2023
1 parent 442c84c commit aa6c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/driftApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function resendSpesifikkVedtakstatistikk(args: {
vedtakIder: string;
}): Promise<ApiClientResult<{ status: string }>> {
return apiClient({
url: `/drift/resend-statistikk/vedtak/`,
url: `/drift/resend-statistikk/vedtak`,
method: 'POST',
request: { headers: new Headers({ Accept: 'application/json' }) },
body: {
Expand Down

0 comments on commit aa6c3fb

Please sign in to comment.