Skip to content

Commit

Permalink
Update index.md (GoogleCloudPlatform#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Zeltser authored and jmdobry committed Jun 27, 2018
1 parent 54c8417 commit 62acfd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ latest version of Cloud Endpoints service (the one that was deployed last).
1. Deploy API implementation to the App Engine flexible environment.

dotnet publish
gcloud beta app deploy bin\debug\netcoreapp2.0\publish\app.yaml
gcloud app deploy bin\debug\netcoreapp2.0\publish\app.yaml

1. Test that your APIs are exposed properly. Open
`https://[YOUR-PROJECT-ID].appspot.com/api/Values` in any browser. If you
Expand Down

0 comments on commit 62acfd0

Please sign in to comment.