Skip to content

Commit

Permalink
Fiks url (#6614)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav authored Dec 13, 2024
1 parent ea4c354 commit 98ab194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface SisteIverksatteBehandling {
export const hentSisteIverksatteBehandlingId = async (
sakId: number
): Promise<ApiResponse<SisteIverksatteBehandling>> => {
return apiClient.get(`/sak/${sakId}behandlinger/sisteIverksatte`)
return apiClient.get(`/sak/${sakId}/behandlinger/sisteIverksatte`)
}

export const hentSak = async (sakId: number): Promise<ApiResponse<ISak>> => {
Expand Down

0 comments on commit 98ab194

Please sign in to comment.