Skip to content

Commit

Permalink
Dev next1 tilbakekreving tittel (#6590)
Browse files Browse the repository at this point in the history
* Kodeverk: Vise tilbakekreving-tittel riktig

* Kodverk: Trykkleif
  • Loading branch information
thomashwi authored Sep 17, 2024
1 parent dffb221 commit bdba59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest-api/src/axios/getAxiosHttpClientApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const getAxiosHttpClientApi = () => {
response.config.url.includes('/api/') &&
!response.config.url.includes('/api/kodeverk')
) {
const erTilbakekreving = response.config.url.includes('/k9tilbake/api/');
const erTilbakekreving = response.config.url.includes('/k9/tilbake/api/');
konverterKodeverkTilKode(response.data, erTilbakekreving);
}
return response;
Expand Down

0 comments on commit bdba59e

Please sign in to comment.