Skip to content

Commit d6cce21

Browse files
authored
Fix swagger generation command
1 parent f0a1e51 commit d6cce21

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/endpoints-frameworks-v2/echo

1 file changed

+1
-1
lines changed

appengine/standard/endpoints-frameworks-v2/echo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In your web browser, go to the following address: http://localhost:8080/\_ah/api
2323

2424
## Deploying to Google App Engine
2525

26-
Generate a swagger file by running: `endpointscfg.py get_swagger_spec main.EchoApi --hostname your-service.appspot.com`
26+
Generate a swagger file by running: `python lib/endpoints/endpointscfg.py get_swagger_spec main.EchoApi --hostname your-service.appspot.com`
2727

2828
To set up OAuth2, replace `your-oauth-client-id.com` under the `x-security` section in `echo-v1_swagger.json` with your OAuth2 client ID. If you want to use Google OAuth2 Playground, use `407408718192.apps.googleusercontent.com` as your audience. To generate a JWT, go to the following address: `https://developers.google.com/oauthplayground`.
2929

0 commit comments

Comments
 (0)