Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Mar 4, 2024
1 parent d8ecc84 commit 04365f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sak-app/src/data/k9sakApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export enum K9sakApiKeys {
}

const endpoints = new RestApiConfigBuilder()
.withGet('https://k9-sak.dev-fss-pub.nais.io/k9/sak/api/init-fetch', K9sakApiKeys.INIT_FETCH)
.withGet('/k9/sak/api/init-fetch', K9sakApiKeys.INIT_FETCH)
.withGet('/k9/tilbake/api/init-fetch', K9sakApiKeys.INIT_FETCH_TILBAKE)
.withGet('/k9/klage/api/init-fetch', K9sakApiKeys.INIT_FETCH_KLAGE)

Expand Down

0 comments on commit 04365f9

Please sign in to comment.