Files
old-web/marketalarm-cors.json
2020-02-18 13:35:56 +01:00

9 lines
155 B
JSON

[
{
"origin": ["http://localhost"],
"responseHeader": ["Content-Type"],
"method": ["GET", "HEAD", "DELETE"],
"maxAgeSeconds": 3600
}
]