stanley commited on
Commit
0589bd5
·
1 Parent(s): 1b1fd68

updating cors

Browse files
Files changed (1) hide show
  1. cors.json +7 -0
cors.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "origin": ["*"],
4
+ "method": ["GET"],
5
+ "maxAgeSeconds": 3600
6
+ }
7
+ ]