Skip to content

Commit 4f357b1

Browse files
authored
Update app.py
1 parent 99b799d commit 4f357b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@app.route('/')
77
def hello():
8-
return 'Hello World! \n'
8+
return 'Hello World from Eclipse Codewind! \n'
99

1010
if __name__ == "__main__":
1111
app.run(host="0.0.0.0", debug=True)

0 commit comments

Comments
 (0)