dramaling-vocab-learning/cors.json

12 lines
236 B
JSON

[
{
"origin": [
"http://localhost:3000",
"http://localhost:3001",
"https://your-domain.com"
],
"method": ["GET", "HEAD"],
"responseHeader": ["Content-Type"],
"maxAgeSeconds": 3600
}
]