Skip to content

Commit 33ce99c

Browse files
committed
✏️ http -> https
1 parent 8522ef6 commit 33ce99c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: packages/backend/headers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const amplitudeSource = 'https://amplitude.nav.no';
1010
const arbeidOgInntektSource = 'https://arbeid-og-inntekt.nais.adeo.no';
1111
const navNo = 'https://*.nav.no';
1212
const sanity = 'https://z9kr8ddn.api.sanity.io';
13-
const flexjar = 'http://flexjar-backend.flex';
13+
const flexjar = 'https://flexjar-backend.flex';
1414
const cspString = `default-src 'self' data:; style-src 'self' ${styleSource} data: 'unsafe-inline'; connect-src 'self' ${arbeidOgInntektSource} ${navNo} ${sanity} ${flexjar} blob: ${amplitudeSource}; font-src ${fontSource} 'self' data:`;
1515

1616
const setup = (app: Express) => {

Diff for: packages/frontend/hooks/useOppdaterFlexjarFeedback.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { v4 as uuidv4 } from 'uuid';
33
import { FetchError } from '@io/graphql/errors';
44
import { useMutation } from '@tanstack/react-query';
55

6-
const basePath = 'http://flexjar-backend.flex';
6+
const basePath = 'https://flexjar-backend.flex';
77

88
export function UseOppdaterFlexjarFeedback() {
99
return useMutation<unknown, Error, OppdaterFlexjarFeedbackRequest>({

Diff for: packages/frontend/hooks/useOpprettFlexjarFeedback.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ErrorHandler, fetchMedRequestId } from '@hooks/useOppdaterFlexjarFeedba
22
import { FetchError } from '@io/graphql/errors';
33
import { useMutation } from '@tanstack/react-query';
44

5-
const basePath = 'http://flexjar-backend.flex';
5+
const basePath = 'https://flexjar-backend.flex';
66

77
export function UseOpprettFlexjarFeedback() {
88
return useMutation<OpprettFeedbackResoponse, unknown, object>({

0 commit comments

Comments
 (0)