capstone / cors.json
stanley
updating cors
0589bd5
raw
history blame
93 Bytes
[
{
"origin": ["*"],
"method": ["GET"],
"maxAgeSeconds": 3600
}
]