Skip to content

Commit 5dfb977

Browse files
buserpbshaffer
authored andcommitted
Add App Engine-specific "host" field. (GoogleCloudPlatform#362)
1 parent 251c0fc commit 5dfb977

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

endpoints/getting-started/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ info:
66
version: "1.0.0"
77
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
88
# [END swagger]
9+
# For App Engine deployments, delete the above "host:" line and uncomment
10+
# the following line.
11+
# host: "YOUR-PROJECT-ID.appspot.com"
912
basePath: "/"
1013
consumes:
1114
- "application/json"

0 commit comments

Comments
 (0)