Description
Generator doesn't support relative URL for OAIv3 servers.
Whereas the spec specifies
This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served.
openapi-generator version
3.0.1
OpenAPI declaration file content or url
OpenAPI petstore's server URL is relative and it's /v3
Steps to reproduce
Description
Generator doesn't support relative URL for OAIv3 servers.
Whereas the spec specifies
openapi-generator version
3.0.1
OpenAPI declaration file content or url
OpenAPI petstore's server URL is relative and it's
/v3Steps to reproduce
PetApiClientshould be http://localhost:8080/v3 but it's http://localhost/v3