Skip to content

Commit dc5c20d

Browse files
committed
endre fra put til post
1 parent e29ca81 commit dc5c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/modiaContextHolder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { putAsJson } from './utils';
22
import { MODIA_CONTEXT_BASE_URL, VEILARBLEST_BASE_URL } from '../environment';
33

4-
export const lastAltPaaNyttMedNyBruker = (fnr: string): Promise<void> => putAsJson(`${MODIA_CONTEXT_BASE_URL}/context`, {eventType: "NY_AKTIV_BRUKER", verdi: fnr});
4+
export const lastAltPaaNyttMedNyBruker = (fnr: string): Promise<void> => postAsJson(`${MODIA_CONTEXT_BASE_URL}/context`, {eventType: "NY_AKTIV_BRUKER", verdi: fnr});

0 commit comments

Comments
 (0)