Skip to content

Commit c091326

Browse files
committed
maybe cors
1 parent c4c52ef commit c091326

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

now.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"routes": [
55
{
66
"src": "/api/gist",
7-
"dest": "/api/gist.js"
7+
"dest": "/api/gist.js",
8+
"headers": {
9+
"Access-Control-Allow-Origin": "*"
10+
}
811
},
912
{
1013
"src": "/engine262/engine262.js",

0 commit comments

Comments
 (0)