Skip to content

Fix CORS duplication and align KYC routing in gateway

Benabbes Walid a demandé de fusionner feat/kyc-cors-routing-update vers develop

Removed the custom CORS filter and kept a single CORS source via spring.cloud.gateway.globalcors. Added PATCH to CORS allowed methods. Updated gateway routing to forward the real KYC API paths under /api/v1/... to the KYC service.

Rapports de requête de fusion