Skip to content

Commit

Permalink
Fullmakt endringer
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Nov 5, 2024
1 parent 3ed7201 commit 16e30b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const useFullmektig = (ident: string) => {
export const useFullmaktOmraader = () => {
const { data, isLoading, error } = useSWR<FullmaktKodeverkType, Error>(
[
'testnav-fullmakt-proxy/api/eksternbruker/fullmakt/omraade',
'testnav-fullmakt-proxy/api/internbruker/fullmakt/omraade',
{ accept: 'application/json', 'Content-Type': 'application/json', fnr: '12808012345' },
],
([url, headers]) => fetcher(url, headers),
Expand Down

0 comments on commit 16e30b6

Please sign in to comment.