Skip to content

Commit abcf8c5

Browse files
CCM-8985: Fix allowedOrigins
1 parent 2e970dd commit abcf8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const nextConfig = (phase) => {
2424

2525
experimental: {
2626
serverActions: {
27-
allowedOrigins: ['*.nhsnotify.national.nhs.uk', 'notify.nhs.uk'],
27+
allowedOrigins: ['**.nhsnotify.national.nhs.uk', 'notify.nhs.uk'],
2828
},
2929
},
3030

0 commit comments

Comments
 (0)