Skip to content

Commit 64dcc0b

Browse files
committed
fix: AVATAR_BASEPATH with https instead http
1 parent 4da65b9 commit 64dcc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ window.pagopa_env = {
2222
FEATURE_FLAG_NOTIFICATION_CONFIG: 'true',
2323
FEATURE_FLAG_ESERVICE_PERSONAL_DATA: 'true',
2424
FEATURE_FLAG_USE_SIGNED_DOCUMENT: 'true',
25-
AVATAR_BASEPATH: 'http://selc-u-checkout-cdn-endpoint.azureedge.net',
25+
AVATAR_BASEPATH: 'https://selc-u-checkout-cdn-endpoint.azureedge.net',
2626
}

0 commit comments

Comments
 (0)