eu-digital-green-certificates/dgca-issuance-service

use base64url encoding for endpoint /dgci/{dgciHash}

Closed this issue · 0 comments

Current implementation use only base64. But this need to be url encoded before put into url path.
The change will break the compatibility.
Currently the endpoint is not used by any app