fix: cors issue

This commit is contained in:
xavidop
2025-07-23 18:15:51 +02:00
parent 57a9805ff2
commit f00b4f8b61
3 changed files with 123 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
[
{
"origin": ["https://cardex.xavidop.me", "http://localhost:3000", "http://localhost:9002"],
"method": ["GET", "HEAD"],
"maxAgeSeconds": 3600
}
]