Swagger UI behind google end point

276 Views Asked by At

I've setup a Google Endpoint in front of a Google Container Engine service. The container is running Loopback, which serves the swagger UI by default at /explorer. I would like to access the UI, but of course the Google end point prevents accessing as it isn't part of the API spec.

Google has these docs, but they seem to be specific to an app engine deployment.

How can I go about exposing the swagger UI while using Google Endpoints, Google Container Engine and swagger?

0

There are 0 best solutions below