We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5c20d commit fddf47aCopy full SHA for fddf47a
src/api/modiaContextHolder.ts
@@ -1,4 +1,4 @@
1
-import { putAsJson } from './utils';
+import { postAsJson } from './utils';
2
import { MODIA_CONTEXT_BASE_URL, VEILARBLEST_BASE_URL } from '../environment';
3
4
export const lastAltPaaNyttMedNyBruker = (fnr: string): Promise<void> => postAsJson(`${MODIA_CONTEXT_BASE_URL}/context`, {eventType: "NY_AKTIV_BRUKER", verdi: fnr});
0 commit comments