Closed TAGC closed 4 years ago
The quickstart demo assigns https://mrin9.github.io/RapiPdf/examples/specs/petstore.json to the spec-url property, but this produces a 404. The correct path should be https://mrin9.github.io/RapiPdf/specs/petstore.json.
https://mrin9.github.io/RapiPdf/examples/specs/petstore.json
spec-url
https://mrin9.github.io/RapiPdf/specs/petstore.json
thanks for pointing this out !!! now taken care of
The quickstart demo assigns
https://mrin9.github.io/RapiPdf/examples/specs/petstore.json
to thespec-url
property, but this produces a 404. The correct path should behttps://mrin9.github.io/RapiPdf/specs/petstore.json
.