Skip to content

Commit

Permalink
fix: context file url (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBallmann authored Jun 24, 2021
1 parent cf7a5a0 commit 6f53d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions context.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
// catch-all for normal versions
"privacyUrl": "https://publications.europa.eu/en/web/about-us/legal-notices/eu-mobile-apps",
"context": {
"url": "https://dgca-issuance-service-eu-acc.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/context",
"url": "https://dgca-issuance-web-eu-acc.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/context",
"pubKeys": [
"lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=",
"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E="
]
},
"endpoints": {
"claim": {
"url": "https://dgca-issuance-service-eu-acc.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/dgci/wallet/claim",
"url": "https://dgca-issuance-web-eu-acc.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/dgci/wallet/claim",
"pubKeys": [
"lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=",
"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E="
Expand Down

0 comments on commit 6f53d64

Please sign in to comment.