How do I access the local pages of swagger-ui?

A related link of official website is not accessible, it is:

https://hopsworks.readthedocs.io/en/latest/developer_guide/guide/microservices.html#swagger-ui

I have deployed the Hopsworks on the local server, URL is https://IP/hopsworks and I can access it normally.
I noticed that the swagger has been integrated into the source code, but I don’t know the URL of swagger-ui.

Any suggestions will be much appreciated.

Hello @Freeman!

The swagger UI is hosted here: Build, Collaborate & Integrate APIs | SwaggerHub

Have a nice weekend,
Robin

Hi Robin,
Thank you very much for your reply.
Actually, I’ve known the website that you told me. Could you tell me how I access the Swagger UI, which has been deployed to the local server? Because the front-end software engineers want to test these APIs and view the returned results at any time. Although the Postman is a good tool, I think that the Swagger is more convenient for R&D team.
Last week I deployed a Swagger UI and Editor on our local server and I edited some API information by Swagger Editor. But when I executed “Try it out” in Swagger, I run into a “CORS” problem. So I thought if the Hopsworks has its own Swagger service, the CORS and SSL problem might be solved.

https://hopsworks.readthedocs.io/en/stable/user_guide/hopsworks/microservices.html?highlight=swagger#swagger-ui

Hi Theo,
Thank you very much for your reply, it is really helpful.