Skip to content

Commit

Permalink
Add App Engine-specific "host" field. (#656)
Browse files Browse the repository at this point in the history
* Create openapi-appengine.yaml

* Change copyright date to 2017.

* Add comment to openapi.yaml about deploying on App Engine.
Remove openapi-appengine.yaml.
  • Loading branch information
p42ul authored and lesv committed May 10, 2017
1 parent 7ae532e commit de6a65b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions endpoints/getting-started/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ info:
version: "1.0.0"
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
# [END swagger]
# For App Engine deployments, delete the above "host:" line and remove the "# "
# from the following line. Then change YOUR-PROJECT-ID to your project id.
# host: "YOUR-PROJECT-ID.appspot.com"
basePath: "/"
consumes:
- "application/json"
Expand Down

0 comments on commit de6a65b

Please sign in to comment.