This repository has been archived by the owner on May 3, 2023. It is now read-only.
Url path for qrcode https://s.coronawarn.app?v=1 should be https://s.coronawarn.app/?v=1 #25
Labels
bug
Something isn't working
Describe the bug
In the documentation the qrcode-url is described:
https://github.com/corona-warn-app/cwa-quicktest-onboarding/wiki/Anbindung-der-Partnersysteme#erstellung-von-qr-codes-f%C3%BCr-corona-warn-app
From our perspective
https://s.coronawarn.app?v=1
should be
https://s.coronawarn.app/?v=1
Expected behaviour / Possible Fix
https://s.coronawarn.app?v=1
should be
https://s.coronawarn.app/?v=1
Additional context
A library in our backend is causing problems because without the "/" the url is not considered a correct url.
The text was updated successfully, but these errors were encountered: