We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't want to put a specific url of server in OpenAPI file, as it can be used in different environments, so I use the following:
openapi: '3.0.2' servers: - url: /api
On init method I get the error:
init
TypeError [ERR_INVALID_URL]: Invalid URL: /api at onParseError (internal/url.js:257:9) at new URL (internal/url.js:333:5)
The text was updated successfully, but these errors were encountered:
Issue will be resolved with PR PayU/api-schema-builder#69
Sorry, something went wrong.
No branches or pull requests
I don't want to put a specific url of server in OpenAPI file, as it can be used in different environments, so I use the following:
On
init
method I get the error:The text was updated successfully, but these errors were encountered: