Skip to content
New issue

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

#opertion and #tag display in endpoint url if host is not specified #649

Closed
chapelloise opened this issue Sep 18, 2018 · 1 comment
Closed

Comments

@chapelloise
Copy link

chapelloise commented Sep 18, 2018

Steps to reproduce:

  1. Do not specify "host" in your spec yaml/json file.
  2. Open the redoc generated HTML file or host on a server.
  3. Navigate doc to some endpoint to see the sample url .

good

Notice at this point, url in browser is something like "http://localhost:4300/doc/#operation/getUser"(getUser is the operationId)
  1. Refresh page and check the endpoint url example

bad

"#opertion" or "#tag" is included in the url.
@AlexVarchuk
Copy link
Collaborator

fixed in PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants