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 445 forks source link

What should the message be ? #6

Closed Fredo68usa closed 7 years ago

Fredo68usa commented 7 years ago

I installed locally this app. It worked VERY well. Thanks very much for that.

However, looking at the hello.py source, I was expecting to see the message from

@app.route('/') def hello_world(): return 'Hello World! I am running on port ' + str(port)

But it's a more generic message that gets displayed, as if this hello_world() function was not executed like here:

(venv)[fpetit@oc7631104833 python-hello-world-flask]$ python hello.py

opiethehokie commented 7 years ago

The app has been changed since this issue was opened, I don't think it applies anymore.