Skip to content

Commit 93ccb8c

Browse files
committed
fix: expose additional CORS headers for client access
1 parent 95140ed commit 93ccb8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ void main(List<String> args) async {
2828
corsHeaders(
2929
headers: {
3030
ACCESS_CONTROL_ALLOW_HEADERS: 'Content-Type, Authorization, X-Signature, client-id',
31+
ACCESS_CONTROL_EXPOSE_HEADERS: 'Content-Type, Authorization, X-Signature, client-id',
3132
},
3233
),
3334
contentTypeJson,

0 commit comments

Comments
 (0)