Skip to content

Commit 2868d97

Browse files
committed
wip
1 parent 589eec8 commit 2868d97

File tree

2 files changed

+231
-184
lines changed

2 files changed

+231
-184
lines changed

src/cors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const corsHeaders = {
22
'Access-Control-Allow-Origin': '*',
33
'Access-Control-Allow-Methods': 'GET, POST, OPTIONS',
4-
'Access-Control-Allow-Headers': 'Authorization, Content-Type, X-Starbase-Source',
4+
'Access-Control-Allow-Headers': 'Authorization, Content-Type, X-Starbase-Source, X-Data-Source',
55
'Access-Control-Max-Age': '86400',
66
};
77

0 commit comments

Comments
 (0)