IBM-Cloud / get-started-python

A Python application and tutorial that use Flask framework to provide a REST API to receive requests from the UI. The API then persists the data to a Cloudant database.
https://console.ng.bluemix.net/docs/runtimes/python/getting-started.html
Apache License 2.0
121 stars 446 forks source link

README.md directs user to wrong port on localhost #13

Closed mlangbehn closed 7 years ago

mlangbehn commented 7 years ago

Greetings,

README.md directs user to http://localhost:8000, but hello.py listens on port 8080.

Please either update README.md to instruct the user to connect to http://localhost:8080, or update hello.py to set port to 8000.

Regards, Matt