We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b799d commit 4f357b1Copy full SHA for 4f357b1
app.py
@@ -5,7 +5,7 @@
5
6
@app.route('/')
7
def hello():
8
- return 'Hello World! \n'
+ return 'Hello World from Eclipse Codewind! \n'
9
10
if __name__ == "__main__":
11
app.run(host="0.0.0.0", debug=True)
0 commit comments