We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffb221 commit bdba59eCopy full SHA for bdba59e
packages/rest-api/src/axios/getAxiosHttpClientApi.ts
@@ -29,7 +29,7 @@ const getAxiosHttpClientApi = () => {
29
response.config.url.includes('/api/') &&
30
!response.config.url.includes('/api/kodeverk')
31
) {
32
- const erTilbakekreving = response.config.url.includes('/k9tilbake/api/');
+ const erTilbakekreving = response.config.url.includes('/k9/tilbake/api/');
33
konverterKodeverkTilKode(response.data, erTilbakekreving);
34
}
35
return response;
0 commit comments