We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95140ed commit 93ccb8cCopy full SHA for 93ccb8c
1 file changed
bin/main.dart
@@ -28,6 +28,7 @@ void main(List<String> args) async {
28
corsHeaders(
29
headers: {
30
ACCESS_CONTROL_ALLOW_HEADERS: 'Content-Type, Authorization, X-Signature, client-id',
31
+ ACCESS_CONTROL_EXPOSE_HEADERS: 'Content-Type, Authorization, X-Signature, client-id',
32
},
33
),
34
contentTypeJson,
0 commit comments