From 4fcaa67d18a7c6fd8e9aa7f3f6c17b8c8b440023 Mon Sep 17 00:00:00 2001 From: Wesley Wong Date: Wed, 12 Oct 2016 10:14:46 -0700 Subject: [PATCH] Remove mention of going to / for the Endpoints sample. Since index.html has been removed, going to / is no longer a valid step. Instead, the user should jump straight to calling the echo method. --- appengine/flexible/endpoints/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/appengine/flexible/endpoints/README.md b/appengine/flexible/endpoints/README.md index aff053b4da0..5276fe0d5e4 100644 --- a/appengine/flexible/endpoints/README.md +++ b/appengine/flexible/endpoints/README.md @@ -25,8 +25,6 @@ Run the application: $ python main.py ``` -In your web browser, go to the following address: http://localhost:8080. - ### Using the echo client With the app running locally, you can execute the simple echo client using: