You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: managed_vms/endpoints/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine
3
3
4
4
## Edit the Swagger API specification
5
5
6
-
Open the src/main/appengine/swagger.yaml file in your favorite editor, and replace the YOUR-PROJECT-ID host line with your actual Google Cloud Platform project Id.
6
+
Open the src/main/appengine/swagger.yaml file in your favorite editor, and replace the YOUR-PROJECT-ID host line with your actual Google Cloud Platform project Id.
7
7
8
8
## Running locally
9
9
$ mvn jetty:run
@@ -13,4 +13,4 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine
13
13
14
14
## Calling your API
15
15
16
-
Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
16
+
Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
0 commit comments