Skip to content

Commit 924eb99

Browse files
committed
maybe cors
1 parent c091326 commit 924eb99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

now.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"src": "/api/gist",
77
"dest": "/api/gist.js",
88
"headers": {
9-
"Access-Control-Allow-Origin": "*"
9+
"Access-Control-Allow-Origin": "*",
10+
"Access-Control-Allow-Headers": "*"
1011
}
1112
},
1213
{

0 commit comments

Comments
 (0)