Hi all,
I'm new with Google Endpoint project, I just had deploy success Endpoint getting start example on my App Engine Flexible.
Now I try to `Adding swagger UI to Endpoint project` but not success.
I following guide in link:
And I have create webapp to content all swagger-ui file (dist directory).
I try run on local with mvn jetty:run and access localhost:8080/docs the swagger ui working fine.
After that I deploy on my app engine and try to access https://<my project>.
appspot.com/docs but I got message
{
"code": 5,
"message": "Method does not exist.",
"details": [
{
"@type": "type.googleapis.com/google.rpc.DebugInfo",
"stackEntries": [],
"detail": "service_control"
}
]
}
Can anybody help to fix that?
Thanks.