Files
cardex-xavidop/cors.json
T
2025-07-23 18:15:51 +02:00

8 lines
178 B
JSON

[
{
"origin": ["https://cardex.xavidop.me", "http://localhost:3000", "http://localhost:9002"],
"method": ["GET", "HEAD"],
"maxAgeSeconds": 3600
}
]