changed CORS permissions
Some checks failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline is pending
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/nats Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline failed
ci/woodpecker/push/bump_version unknown status
ci/woodpecker/push/frontend Pipeline failed

This commit is contained in:
Stephan D
2025-11-18 02:25:50 +01:00
parent e1f6f10114
commit df81a93838
2 changed files with 26 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ api:
CORS:
max_age: 300
allowed_origins:
- "http://*"
- "https://*"
- "https://sendico.io"
- "https://app.sendico.io"
allowed_methods:
- "GET"
- "POST"