fix(config): Update ISA API endpoint to test environment

Change @swagger/isa rootUrl from isa-feature to isa-test environment
to resolve KulturPass voucher redemption infinite loading issue.

Fixes #5474
This commit is contained in:
Lorenz Hilpert
2025-11-12 15:55:23 +01:00
parent 999f61fcc0
commit 0066e8baa1

View File

@@ -20,7 +20,7 @@
"olaExpiration": "5m"
},
"@swagger/isa": {
"rootUrl": "https://isa-feature.paragon-data.net/isa/v1"
"rootUrl": "https://isa-test.paragon-data.net/isa/v1"
},
"@swagger/cat": {
"rootUrl": "https://isa-test.paragon-data.net/catsearch/v6"